File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 49
49
export GTEST_OUTPUT=xml:${TEST_RESULTS}/
50
50
mkdir -p $TEST_RESULTS
51
51
xvfb-run catchsegv ./pcsx-redux-tests
52
+ - name : Install node
53
+ uses : actions/setup-node@v4
54
+ with :
55
+ node-version : ' latest'
52
56
- name : Deploy
53
57
if : github.event_name == 'push'
54
58
env :
57
61
run : |
58
62
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
59
63
export BUILD=`git rev-parse HEAD | cut -c 1-8`
60
- . /usr/local/nvm/nvm.sh
61
64
npx @appdistrib/cli -p pcsx-redux -o linux-x64 -m AppDir/usr/share/pcsx-redux/resources/version.json upload *.AppImage
62
65
zip PCSX-Redux-$BUILD-linux-x86_64.zip *.AppImage
63
66
appcenter distribute release -b $BUILD -f PCSX-Redux-$BUILD-linux-x86_64.zip -g public -a grumpycoders/pcsx-redux-linux64 --disable-telemetry
You can’t perform that action at this time.
0 commit comments