ci: fix switch s3 upload
This commit is contained in:
parent
7fb83f4f77
commit
55fb0a6efb
|
@ -37,6 +37,11 @@ jobs:
|
|||
rm -f flycast.nro
|
||||
if: matrix.config.destDir != ''
|
||||
|
||||
- name: Set up git vars
|
||||
run: |
|
||||
echo GIT_BUILD=`git describe --all --always | sed 's/remotes\/origin/heads/'`-$GITHUB_SHA >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Configure AWS Credentials
|
||||
id: aws-credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
|
|
Loading…
Reference in New Issue