Skip to content

Commit

Permalink
little test
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Nov 10, 2024
1 parent 51fb5d1 commit bee85be
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ 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

- name: Publish Artifact
uses: actions/upload-artifact@v4
with:
name: ReleaseBuild
path: export/release/windows/bin
path: |
export/release/windows/bin
GIT_VERSION.txt

0 comments on commit bee85be

Please sign in to comment.