Added upload of version descriptor to S3

For the automated fb2k component script!
This commit is contained in:
Kevin López Brante 2020-12-18 22:40:19 -03:00 committed by GitHub
parent 3c0732c88f
commit fcc92399cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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