builds win: fix release script

This commit is contained in:
bnnm 2023-02-18 17:09:07 +01:00
parent abf29c0885
commit 9648072bfe
2 changed files with 4 additions and 3 deletions

View File

@ -66,11 +66,12 @@ jobs:
- name: Upload artifacts to vgmstream-releases
if: github.event_name != 'pull_request'
shell: cmd
working-directory: ${{github.workspace}}
env:
UPLOADER_GITHUB_TOKEN: ${{ secrets.UPLOADER_GITHUB_TOKEN }}
run: |
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
python .github\uploader.py bin\vgmstream-win.zip bin\vgmstream-win64.zip bin\foo_input_vgmstream.fb2k-component
python .github\uploader.py --changelog
#- name: Upload artifacts to S3
# if: github.event_name != 'pull_request'

View File

@ -279,7 +279,7 @@ function MakePackage
# github actions/artifact uploads config, that need a dir with files to make an .zip artifact (don't allow single/pre-zipped files)
function MakePackageArtifacts
{
#MakePackage
MakePackage
mkdir -Force bin/artifacts/cli-x32
mkdir -Force bin/artifacts/cli-x64