File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed
Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 3838 mkdir cmake-build-pgen && cd cmake-build-pgen
3939 source /etc/profile.d/devkit-env.sh
4040 cmake -G "Unix Makefiles" -DPLATFORM_3DS=ON -DOPTION_EMU=pgen \
41- -DOPTION_LIGHT=ON - DOPTION_MPV_PLAYER=OFF -DCMAKE_BUILD_TYPE=Debug ..
41+ -DOPTION_MPV_PLAYER=OFF -DCMAKE_BUILD_TYPE=Debug ..
4242 make -j $(getconf _NPROCESSORS_ONLN) pgen.3dsx
4343
4444 - name : Build pnes
Original file line number Diff line number Diff line change 2828 run : |
2929 mkdir cmake-build-pfbneo && cd cmake-build-pfbneo
3030 source /etc/profile.d/devkit-env.sh
31- cmake -G "Unix Makefiles" -DPLATFORM_3DS=ON \
32- -DOPTION_EMU=pfbneo -DOPTION_LIGHT=ON -DCMAKE_BUILD_TYPE=Release ..
31+ cmake -G "Unix Makefiles" -DPLATFORM_3DS=ON -DOPTION_EMU=pfbneo \
32+ -DOPTION_LIGHT=ON -DOPTION_MPV_PLAYER=OFF -DCMAKE_BUILD_TYPE=Release ..
3333 make pfbneo.deps
3434 make -j $(getconf _NPROCESSORS_ONLN) pfbneo.3dsx
3535
5757 # cmake -G "Unix Makefiles" -DPLATFORM_3DS=ON -DOPTION_MPV_PLAYER=OFF -DOPTION_EMU=psnes -DCMAKE_BUILD_TYPE=Release ..
5858 # make -j $(getconf _NPROCESSORS_ONLN) psnes.3dsx
5959
60- - name : Release
61- uses : softprops/action-gh-release@v1
62- if : startsWith(github.ref, 'refs/tags/')
63- with :
64- files : ' *.3dsx'
65- token : ${{ secrets.RELEASE_TOKEN }}
60+ # not ready at all...
61+ # - name: Release
62+ # uses: softprops/action-gh-release@v1
63+ # if: startsWith(github.ref, 'refs/tags/')
64+ # with:
65+ # files: '*.3dsx'
66+ # token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6060 if : startsWith(github.ref, 'refs/tags/')
6161 with :
6262 files : ' *-linux'
63- token : ${{ secrets.RELEASE_TOKEN }}
63+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6565 if : startsWith(github.ref, 'refs/tags/')
6666 with :
6767 files : ' *.pkg'
68- token : ${{ secrets.RELEASE_TOKEN }}
68+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6262 if : startsWith(github.ref, 'refs/tags/')
6363 with :
6464 files : ' *.nro'
65- token : ${{ secrets.RELEASE_TOKEN }}
65+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7575 if : startsWith(github.ref, 'refs/tags/')
7676 with :
7777 files : ' *.vpk'
78- token : ${{ secrets.RELEASE_TOKEN }}
78+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6363 if : startsWith(github.ref, 'refs/tags/')
6464 with :
6565 files : ' *.zip'
66- token : ${{ secrets.RELEASE_TOKEN }}
66+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments