[skip actions] Try to fix CMake Linux action

This commit is contained in:
Kevin López Brante 2022-08-30 14:43:01 -04:00
parent 37ab5b4269
commit 64185a009b

View File

@ -125,6 +125,7 @@ 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
cd ${{runner.workspace}}
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