diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecf6ac78..000605a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,16 +65,13 @@ jobs: run: | ${{ matrix.config.cli_cmd }} echo "${{ github.workspace }}/cli" >> $GITHUB_PATH - - name: Configure CMake run: | ${{ matrix.config.prefixes }} cmake -B ${{ github.workspace }}/build ${{ matrix.config.extra_flags }} -DGEODE_DISABLE_CLI_CALLS=ON -DCLI_PATH="${{ github.workspace }}/cli" - - name: Build run: | cd build cmake --build . --config RelWithDebInfo - - name: Move to output folder shell: bash working-directory: ${{ github.workspace }} @@ -91,7 +88,6 @@ jobs: - name: Delete resource cache file run: | rm ./bin/nightly/resources/.geode_cache - - name: Upload resources uses: actions/upload-artifact@v2 with: @@ -137,4 +133,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} files: ./macOS.zip ./Windows.zip ./Headers.zip release: Nightly - prerelease: true + prerelease: true \ No newline at end of file