update workflow

This commit is contained in:
mungai-njoroge
2023-10-13 09:44:10 +03:00
parent 7945d5e036
commit d6ed8f218e
+1 -6
View File
@@ -102,15 +102,10 @@ jobs:
uses: actions/checkout@v2
- name: Download all binaries
uses: actions/download-artifact@v3
with:
path: bins
- name: Print download directory
run: |
ls -R
- name: Upload binaries to GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: bins/swingmusic*
artifacts: "./swingmusic, ./swingmusic.exe"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ inputs.tag }}
commit: ${{ github.sha }}