Merge branch 'main' into layout

This commit is contained in:
HJfod 2022-10-23 14:57:01 +03:00
commit c067b4d0de

View file

@ -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