Skip to content

Commit

Permalink
NVM
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Nov 11, 2024
1 parent 81ceaf9 commit a180364
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,12 @@ jobs:
haxelib install hxcpp > nul
.\"Bulid.bat"
shell: cmd

- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"

- name: Git Version File
run: |
echo "${{github.run_id}}" > GIT_VERSION.txt
mkdir -p export/release/windows/bin/assets/data
mv GIT_VERSION.txt export/release/windows/bin/assets/data/GIT_VERSION.txt
- name: Publish Artifact
uses: actions/upload-artifact@v4
with:
name: ReleaseBuild
path: |
export/release/windows/bin
path: export/release/windows/bin

0 comments on commit a180364

Please sign in to comment.