Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Oct 24, 2024
1 parent f7cac7d commit 022db5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
haxelib install hxcpp-debug-server
haxelib list
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib run lime build windows -release
run: haxelib run lime build windows --app-version="4.2.5-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 022db5f

Please sign in to comment.