mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-16 10:52:32 +01:00
[skip actions] Removed broken line from S3 upload
This commit is contained in:
parent
32145bed3b
commit
98bfe485eb
2
.github/workflows/cmake-lx.yml
vendored
2
.github/workflows/cmake-lx.yml
vendored
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user