update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 02:14:12 +03:00
parent 351c4a0376
commit 1238b82787

View File

@ -105,7 +105,9 @@ 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: "swingmusic, swingmusic.exe" artifacts: |
swingmusic
swingmusic.exe
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ inputs.tag }} tag: ${{ inputs.tag }}
commit: ${{ github.sha }} commit: ${{ github.sha }}