From 9bed06b1aaccde7a3ff3de0c65d77be229f30bb4 Mon Sep 17 00:00:00 2001 From: CharlesCatYT Date: Thu, 22 Feb 2024 22:18:52 -0500 Subject: [PATCH] test --- .github/workflows/main.yml | 60 +------------------------------------- 1 file changed, 1 insertion(+), 59 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 548c738..83c8589 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,62 +56,4 @@ jobs: with: name: linuxBuild path: "export/release/linux/bin" - buildWindows: - runs-on: windows-latest - - steps: - - uses: actions/checkout@v2.3.0 - - - uses: krdlab/setup-haxe@master - with: - haxe-version: 4.2.5 - # Runs a set of commands using the runners shell - - name: Install Haxelib - run: | - haxelib setup C:/haxelib - haxelib install hxcpp > /dev/null --quiet - haxelib install format > nul --quiet - haxelib install hxp - haxe -cp ./setup -D analyzer-optimize -main Main --interp - haxelib git systools https://github.com/haya3218/retools - shell: cmd - - name: Rebuild systools - run: haxelib run lime rebuild systools windows - - 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: Publish Artifact - uses: actions/upload-artifact@v2.2.4 - with: - name: windowsBuild - path: export/release/windows/bin - buildMac: - runs-on: macos-latest - - steps: - - uses: actions/checkout@v2 - - - uses: krdlab/setup-haxe@master - with: - haxe-version: 4.2.5 - # Runs a set of commands using the runners shell - - name: Install Haxelib - run: | - haxelib setup ~/haxelib - haxelib install hxcpp > /dev/null --quiet - haxelib install format > nul --quiet - haxelib install hxp - haxe -cp ./setup -D analyzer-optimize -main Main --interp - # haxelib git systools https://github.com/haya3218/retools - # - name: Rebuild systools - # run: haxelib install lime rebuild systools mac - - name: Create Version Tag - run: echo "${{github.run_id}}" > VERSION - - name: Compile - run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}" - - name: Publish Artifact - uses: actions/upload-artifact@v2.2.4 - with: - name: macBuild - path: export/release/macos/bin + \ No newline at end of file