Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Oct 30, 2023
1 parent 49dd691 commit 9bf17ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
./qtplugin --appdir lucas/
./linuxdeploy --appdir lucas/
mkdir lucas/usr/bin/Sys/
find . -name 'Sys' | xargs -i -t -exec cp -r {} /home/runner/work/Dolphin_emu_Appimage/Dolphin_emu_Appimage/lucas/usr/bin/
find . -iname 'Sys' | xargs -i -t -exec cp -r {} ${GITHUB_WORKSPACE}/lucas/usr/bin/
ARCH=x86_64 ./appimagetool -n lucas/
- name: release
Expand Down

0 comments on commit 9bf17ed

Please sign in to comment.