Update vs-win.yml

Add fetch to resolve tags
This commit is contained in:
Christopher Snowhill 2020-10-18 18:22:56 -07:00 committed by GitHub
parent 3c70d5ccc3
commit 3318690725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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