From 86bdae5dce25f3aaf17422f4943fcfca15a0db70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=B3pez=20Brante?= Date: Mon, 7 Dec 2020 19:16:09 -0300 Subject: [PATCH] - Removed latest commit SHA sigil from Linux build -- Since the Windows build takes "reliably" longer, we'll update it there instead. - Changed downloads URL to new website. --- .github/workflows/cmake-lx.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-lx.yml b/.github/workflows/cmake-lx.yml index 53ec5b62..62298dce 100644 --- a/.github/workflows/cmake-lx.yml +++ b/.github/workflows/cmake-lx.yml @@ -78,6 +78,4 @@ jobs: tar cvfz vgmstream-audacious.tar.gz vgmstream.so 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 audacious/vgmstream-audacious.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-audacious.tar.gz --acl public-read - echo ${{github.sha}} > latest_id - aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read + aws s3 cp audacious/vgmstream-audacious.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-audacious.tar.gz --acl public-read \ No newline at end of file diff --git a/README.md b/README.md index 18772586..a88f30c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Latest development is usually here: https://github.com/losnoco/vgmstream/ Latest releases are here: https://github.com/losnoco/vgmstream/releases -Automated builds with the latest changes: https://vgmstream-builds.losno.co/latest/ +Automated builds with the latest changes: https://vgmstream.org/downloads You can find further info about other details in https://github.com/losnoco/vgmstream/tree/master/doc