[skip actions] Removed broken line from S3 upload

This commit is contained in:
Kevin López Brante 2022-08-30 14:49:53 -04:00
parent 32145bed3b
commit 98bfe485eb

View File

@ -127,9 +127,7 @@ jobs:
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
aws s3 cp latest_ver_lx s3://vgmstream-builds/ --acl public-read
# cd audacious
# tar cvfz vgmstream-audacious.tar.gz vgmstream.so
# cd ..