[editor only] Fix Windows build

This commit is contained in:
fgnm
2022-05-23 11:19:58 +02:00
parent 6d721c6e61
commit 1a890bc757
+1 -1
View File
@@ -90,7 +90,7 @@ jobs:
env:
WORKFLOW_RUN: ${{ github.run_number }}
run: |
echo "build=$WORKFLOW_RUN" >> assets/configs/app.properties
echo "build=$Env:WORKFLOW_RUN" >> assets/configs/app.properties
- name: Build JAR dist files
env:
WORKFLOW_RUN: ${{ github.run_number }}