Skip to content

Commit

Permalink
ci implemented for pushing tagged-builds to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Jun 24, 2020
1 parent 78c7f1a commit 15dfee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: release-build
name: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}-zipped-release
path: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}.zip

- uses: ncipollo/[email protected]
Expand Down

0 comments on commit 15dfee1

Please sign in to comment.