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 022db5f commit 9cc07ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
haxelib install hxcpp-debug-server
haxelib list
shell: cmd
- name: Create Version Tag
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib run lime build windows --app-version="4.2.5-${{ github.run_id}}"
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Publish Artifact
uses: actions/upload-artifact@main
with:
Expand Down

0 comments on commit 9cc07ca

Please sign in to comment.