mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fix github actions build
This commit is contained in:
parent
92a9106e89
commit
3cef42fd1a
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
if: ${{ matrix.pack == 1 && github.ref == 'refs/heads/develop' }}
|
||||
run: |
|
||||
cd ${{github.workspace}}/build
|
||||
source ${{github.workspace}}/CI/${{matrix.platform}}/upload_package.sh
|
||||
source ${{github.workspace}}/CI/upload_package.sh
|
||||
env:
|
||||
DEPLOY_RSA: ${{ secrets.DEPLOY_RSA }}
|
||||
PACKAGE_EXTENSION: ${{ matrix.extension }}
|
||||
|
Loading…
Reference in New Issue
Block a user