update workflow

This commit is contained in:
mungai-njoroge
2023-10-13 01:46:50 +03:00
parent 922e080d62
commit c506598096
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
- name: Upload binaries to GitHub Release - name: Upload binaries to GitHub Release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
artifacts: "dist/swingmusic*" artifacts: "swingmusic*"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ inputs.tag }} tag: ${{ inputs.tag }}
commit: ${{ github.sha }} commit: ${{ github.sha }}