mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
[skip actions] Try to fix CMake Linux action
This commit is contained in:
parent
37ab5b4269
commit
64185a009b
1
.github/workflows/cmake-lx.yml
vendored
1
.github/workflows/cmake-lx.yml
vendored
@ -125,6 +125,7 @@ jobs:
|
|||||||
tar cvfz vgmstream-cli.tar.gz vgmstream-cli
|
tar cvfz vgmstream-cli.tar.gz vgmstream-cli
|
||||||
cd ..
|
cd ..
|
||||||
aws s3 cp cli/vgmstream-cli.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-cli.tar.gz --acl public-read
|
aws s3 cp cli/vgmstream-cli.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-cli.tar.gz --acl public-read
|
||||||
|
cd ${{runner.workspace}}
|
||||||
echo ${{github.sha}} | tee latest_id_lx
|
echo ${{github.sha}} | tee latest_id_lx
|
||||||
git describe --always | tee latest_ver_lx
|
git describe --always | tee latest_ver_lx
|
||||||
aws s3 cp latest_id_lx s3://vgmstream-builds/ --acl public-read
|
aws s3 cp latest_id_lx s3://vgmstream-builds/ --acl public-read
|
||||||
|
Loading…
Reference in New Issue
Block a user