Skip to content

Commit b055c0f

Browse files
committed
更新CI配置
1 parent cf638e2 commit b055c0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/psv_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build
4444
run: |
4545
export PATH="$VITASDK/bin:$PATH"
46-
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -B build
46+
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=None -B build
4747
cmake --build build -- -j4
4848
env:
4949
VITASDK: /usr/local/vitasdk
@@ -57,7 +57,6 @@ jobs:
5757
prerelease: true
5858
files: |
5959
build/fallout2-ce.vpk
60-
build/fallout2-ce
6160
env:
6261
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6362

@@ -67,6 +66,5 @@ jobs:
6766
with:
6867
files: |
6968
build/fallout2-ce.vpk
70-
build/fallout2-ce
7169
env:
7270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)