We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e103d1 commit b04bcf4Copy full SHA for b04bcf4
.github/workflows/main.yml
@@ -122,11 +122,10 @@ jobs:
122
haxelib install hxcpp > /dev/null --quiet
123
haxelib install hmm --quiet
124
haxelib run hmm install
125
- haxelib install lime 8.3.0
126
- name: Create Version Tag
127
run: echo "${{github.run_id}}" > VERSION
128
- name: Compile
129
- run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
+ run: arch -x86_64 haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
130
- name: Publish Artifact
131
uses: actions/upload-artifact@v4
132
with:
0 commit comments