From 9cc07ca8649cb8ea50baa8c796a8657b86672310 Mon Sep 17 00:00:00 2001 From: Cam the Kirby <92703353+CamtheKirby@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:30:40 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac93132..25a90cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: