From 0f83562027d8ac0f30c290acb0df35d5956f2444 Mon Sep 17 00:00:00 2001 From: HackDev <80620538+Hackx2@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:26:26 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e2f1c9..93ba46e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,9 @@ name: Build on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main, experimental ] + branches: [ launcher ] pull_request: - branches: [ main, experimental ] + branches: [ launcher ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -38,20 +38,16 @@ jobs: haxelib install hxcpp > /dev/null --quiet haxelib install hmm --quiet haxelib run hmm install - - name: Skip SScript setup mode - run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa - name: Create Version Tag run: echo "${{github.run_id}}" > VERSION - name: Compile run: | - haxelib fixrepo haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}" - name: Publish Artifact uses: actions/upload-artifact@v2.2.4 with: name: linuxBuild path: 'export/release/linux/bin' - #--- buildWindows: runs-on: windows-latest