diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cb5b7d..14b2114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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