Skip to content

Commit a21d729

Browse files
committed
更新CI配置
1 parent c257034 commit a21d729

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/psv_release.yml

Lines changed: 10 additions & 10 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=None -B build
46+
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -B build
4747
cmake --build build -- -j4
4848
env:
4949
VITASDK: /usr/local/vitasdk
@@ -61,12 +61,12 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363

64-
# - name: Upload tagged release
65-
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
66-
# uses: softprops/action-gh-release@v1
67-
# with:
68-
# files: |
69-
# build/fallout2-ce.vpk
70-
# build/fallout2-ce
71-
# env:
72-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
- name: Upload tagged release
65+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
66+
uses: softprops/action-gh-release@v1
67+
with:
68+
files: |
69+
build/fallout2-ce.vpk
70+
build/fallout2-ce
71+
env:
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)