update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 01:46:50 +03:00
parent 922e080d62
commit c506598096

View File

@ -105,7 +105,7 @@ jobs:
- name: Upload binaries to GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/swingmusic*"
artifacts: "swingmusic*"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ inputs.tag }}
commit: ${{ github.sha }}