Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLikesKirby authored Nov 11, 2024
1 parent 785fa24 commit 1d25027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
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
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
export/release/windows/bin/assets/data/GIT_VERSION.txt

0 comments on commit 1d25027

Please sign in to comment.