Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer committed Sep 17, 2024
1 parent d6993f7 commit b195cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
echo "${{ secrets.KEYSTORE_BASE64 }}" | openssl enc -d -base64 -in - -out ../bekeystore.jks
- name: Build
run: |
git submoudle update --init --depth=10
cd work
../scripts/applyPatches
../scripts/applyPatches.sh
gradle desktop:dist server:dist -Pbuildversion=${RELEASE_VERSION}
cd ..
Expand Down

0 comments on commit b195cbf

Please sign in to comment.