Skip to content

Commit

Permalink
fix: path for the artifact Cloudsmith upload (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolyn committed Apr 15, 2021
1 parent 4eb2666 commit a081813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 'Upload artifact'
uses: actions/upload-artifact@v2
with:
path: ${{ env.WORKING_DIR }}/build/artifact
path: build/artifact
name: ${{ steps.env.outputs.key }}
deploy-cloudsmith:
name: 'Deploy binary to Cloudsmith for ${{ matrix.goarch }}'
Expand Down

0 comments on commit a081813

Please sign in to comment.