mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 12:31:00 +01:00
Added upload of version descriptor to S3
For the automated fb2k component script!
This commit is contained in:
parent
3c0732c88f
commit
fcc92399cb
4
.github/workflows/vs-win.yml
vendored
4
.github/workflows/vs-win.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
path: ${{github.workspace}}\tmp\cli-p
|
||||
|
||||
- name: Upload Artifacts to S3
|
||||
if: github.event_name != 'pull_request'
|
||||
if: github.event_name != 'pull_request'
|
||||
working-directory: ${{github.workspace}}
|
||||
shell: powershell
|
||||
env:
|
||||
@ -115,4 +115,6 @@ 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
|
||||
git describe --always > latest_ver
|
||||
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
|
||||
aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read
|
||||
|
Loading…
x
Reference in New Issue
Block a user