1
0
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:
Andrii Danylchenko 2021-07-13 22:50:18 +03:00
parent 92a9106e89
commit 3cef42fd1a

View File

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