Changed version "sigils" in preparation for new downloads site

This commit is contained in:
Kevin López Brante 2022-08-30 14:35:36 -04:00
parent 34ba457af1
commit 37ab5b4269
2 changed files with 8 additions and 4 deletions

View File

@ -125,6 +125,10 @@ jobs:
tar cvfz vgmstream-cli.tar.gz vgmstream-cli
cd ..
aws s3 cp cli/vgmstream-cli.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-cli.tar.gz --acl public-read
echo ${{github.sha}} | tee latest_id_lx
git describe --always | tee latest_ver_lx
aws s3 cp latest_id_lx s3://vgmstream-builds/ --acl public-read
aws s3 cp latest_ver_lx s3://vgmstream-builds/ --acl public-read
# cd audacious
# tar cvfz vgmstream-audacious.tar.gz vgmstream.so
# cd ..

View File

@ -74,7 +74,7 @@ jobs:
aws s3 cp bin\foo_input_vgmstream.fb2k-component s3://vgmstream-builds/${{github.sha}}/windows/ --acl public-read
aws s3 cp bin\vgmstream-win.pdb.zip s3://vgmstream-builds/${{github.sha}}/windows/ --acl public-read
aws s3 cp bin\foo_input_vgmstream.pdb.zip s3://vgmstream-builds/${{github.sha}}/windows/ --acl public-read
echo ${{github.sha}} | tee latest_id
git describe --always | tee latest_ver
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read
echo ${{github.sha}} | tee latest_id_win
git describe --always | tee latest_ver_win
aws s3 cp latest_id_win s3://vgmstream-builds/ --acl public-read
aws s3 cp latest_ver_win s3://vgmstream-builds/ --acl public-read