mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
Merge pull request #734 from losnoco/kode54-fix-gha
Fix CI version strings in Win32 and Ubuntu builds
This commit is contained in:
commit
de953729a9
6
.github/workflows/cmake-lx.yml
vendored
6
.github/workflows/cmake-lx.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch Git Tags
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@ -75,4 +79,4 @@ jobs:
|
||||
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 latest_id s3://vgmstream-builds/ --acl public-read
|
||||
|
6
.github/workflows/vs-win.yml
vendored
6
.github/workflows/vs-win.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch Git tags
|
||||
shell: cmd
|
||||
run: git fetch --prune --unshallow --tags
|
||||
|
||||
- name: Initialize Build Environment
|
||||
shell: cmd
|
||||
@ -114,4 +118,4 @@ jobs:
|
||||
aws s3 cp Release\test.pdb.zip s3://vgmstream-builds/${{github.sha}}/windows/ --acl public-read
|
||||
aws s3 cp Release\foo_input_vgmstream.pdb.zip s3://vgmstream-builds/${{github.sha}}/windows/ --acl public-read
|
||||
echo ${{github.sha}} > latest_id
|
||||
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
|
||||
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
|
||||
|
Loading…
x
Reference in New Issue
Block a user