Skip to content

Commit

Permalink
ci experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Jun 24, 2020
1 parent b0956c6 commit 78c7f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -121,6 +121,6 @@ jobs:
- uses: ncipollo/release-action@v1.7.1
if: ${{ contains( github.ref, 'refs/tags/' ) }}
with:
artifacts: release-build
artifacts: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}.zip
body: "Max Package for all supported platforms"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 78c7f1a

Please sign in to comment.