Browse Source

Fix release CI details

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5
falkTX 1 year ago
parent
commit
f1285f2704
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/release.yml

+ 5
- 5
.github/workflows/release.yml View File

@@ -49,7 +49,7 @@ jobs:
make dist ${MAKE_ARGS} -j 1
- uses: actions/upload-artifact@v3
with:
name: macOS universal package
name: macOS dmg
path: Carla/*.dmg
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
@@ -102,7 +102,7 @@ jobs:
- name: Build win32 cross-compiled
shell: bash
run: |
source PawPaw/local.env macos-universal
source PawPaw/local.env win32
make features
make EXTERNAL_PLUGINS=false NOOPT=true ${MAKE_ARGS}
make dist ${MAKE_ARGS} TESTING=true -j 1
@@ -112,7 +112,7 @@ jobs:
make dist ${MAKE_ARGS} -j 1
- uses: actions/upload-artifact@v3
with:
name: win32 installer
name: win32 zip
path: Carla/*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
@@ -165,7 +165,7 @@ jobs:
- name: Build win64 cross-compiled
shell: bash
run: |
source PawPaw/local.env macos-universal
source PawPaw/local.env win64
make features
make EXTERNAL_PLUGINS=false NOOPT=true ${MAKE_ARGS}
make EXTERNAL_PLUGINS=false NOOPT=true ${MAKE_ARGS} win32r
@@ -176,7 +176,7 @@ jobs:
make dist ${MAKE_ARGS} -j 1
- uses: actions/upload-artifact@v3
with:
name: win64 installer
name: win64 zip
path: Carla/*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')


Loading…
Cancel
Save