2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

ci: Windows release build fixes

This commit is contained in:
2021-06-12 00:53:51 -04:00
parent 5356cd688a
commit 1843eef976
3 changed files with 6 additions and 24 deletions

View File

@@ -84,12 +84,6 @@ jobs:
- name: Print buildcache stats
run: buildcache -s
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: metaforce-${{env.METAFORCE_VERSION}}-linux-${{matrix.preset}}-x86_64
path: build/install
build-macos:
name: Build macOS (AppleClang universal)
runs-on: macos-10.15
@@ -148,12 +142,6 @@ jobs:
- name: Print buildcache stats
run: buildcache -s
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: metaforce-${{env.METAFORCE_VERSION}}-macos-appleclang-universal
path: build/install
build-windows:
name: Build Windows (${{matrix.name}} x86_64)
runs-on: windows-2019
@@ -232,9 +220,3 @@ jobs:
- name: Print buildcache stats
run: buildcache -s
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: metaforce-${{env.METAFORCE_VERSION}}-win32-${{matrix.preset}}-x86_64
path: ${{env.BUILD_DIR}}/install

View File

@@ -242,7 +242,7 @@ jobs:
run: buildcache -s
- name: Upload debug information
working-directory: ${{github.workspace}}/build/install
working-directory: ${{github.workspace}}/out/install
env:
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
SENTRY_URL: ${{secrets.SENTRY_URL}}
@@ -255,8 +255,8 @@ jobs:
with:
name: metaforce-${{env.METAFORCE_VERSION}}-win32-msvc-x86_64
path: |
build/install/*.exe
build/install/debug.7z
out/install/*.exe
out/install/debug.7z
build-windows-clang:
name: Build Windows (Clang x86_64)
@@ -332,5 +332,5 @@ jobs:
with:
name: metaforce-${{env.METAFORCE_VERSION}}-win32-clang-x86_64
path: |
build/install/*.exe
build/install/debug.7z
out/install/*.exe
out/install/debug.7z