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