We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf638e2 commit b055c0fCopy full SHA for b055c0f
.github/workflows/psv_release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build
44
run: |
45
export PATH="$VITASDK/bin:$PATH"
46
- cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -B build
+ cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=None -B build
47
cmake --build build -- -j4
48
env:
49
VITASDK: /usr/local/vitasdk
@@ -57,7 +57,6 @@ jobs:
57
prerelease: true
58
files: |
59
build/fallout2-ce.vpk
60
- build/fallout2-ce
61
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
@@ -67,6 +66,5 @@ jobs:
67
66
with:
68
69
70
71
72
0 commit comments