Skip to content

Commit

Permalink
Fix wrong artifact name (ChuckerTeam#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored May 22, 2020
1 parent c8e8254 commit c52c0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
with:
name: 'chucker-snapshot-artifacts'
name: 'chucker-release-artifacts'
path: '~/.m2/repository/'

- name: Publish to the Snapshot Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
with:
name: 'chucker-release-artifacts'
name: 'chucker-snapshot-artifacts'
path: '~/.m2/repository/'

- name: Publish to the Snapshot Repository
Expand Down

0 comments on commit c52c0a4

Please sign in to comment.