Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Jul 22, 2024
1 parent 8718154 commit a60d2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ jobs:
Xvfb :99 -screen 0 1024x768x16 &
DISPLAY=:99 AppDir/usr/bin/Cemu
echo "Test appimage"
DISPLAY=:99 ./cemu-appimage-x64
mv ./artifacts/Cemu-*-x86_64.AppImage ./artifacts/Cemu.AppImage
DISPLAY=:99 ./artifacts/Cemu.AppImage
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a60d2a1

Please sign in to comment.