File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments