action: fix uploader (maybe)

This commit is contained in:
bnnm 2023-02-17 01:48:39 +01:00 committed by GitHub
parent 4fb02e21a0
commit abf29c0885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ jobs:
env:
UPLOADER_GITHUB_TOKEN: ${{ secrets.UPLOADER_GITHUB_TOKEN }}
run: |
python ${{github.workspace}}\.github\uploader.py ${{github.workspace}}\bin\vgmstream-win.zip ${{github.workspace}}\bin\vgmstream-win64.zip ${{github.workspace}}\bin\foo_input_vgmstream.fb2k-component
python ${{github.workspace}}\.github\uploader.py ${{runner.workspace}}\bin\vgmstream-win.zip ${{runner.workspace}}\bin\vgmstream-win64.zip ${{runner.workspace}}\bin\foo_input_vgmstream.fb2k-component
python ${{github.workspace}}\.github\uploader.py --changelog
#- name: Upload artifacts to S3