mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Changed version "sigils" in preparation for new downloads site
This commit is contained in:
parent
34ba457af1
commit
37ab5b4269
4
.github/workflows/cmake-lx.yml
vendored
4
.github/workflows/cmake-lx.yml
vendored
@ -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 ..
|
||||
|
8
.github/workflows/vs-win.yml
vendored
8
.github/workflows/vs-win.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user