Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Nov 21, 2024
1 parent afa77af commit c621bf0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
wget -q "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" -O qtplugin ; chmod a+x qtplugin
wget -q "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage" -O linuxdeploy ; chmod a+x linuxdeploy
wget -q "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" -O appimagetool ; chmod a+x appimagetool
git clone --depth=1 -b master https://github.com/dolphin-emu/dolphin.git dolphin-emu
git clone --filter="blob:none" --depth=1 -b master https://github.com/dolphin-emu/dolphin.git dolphin-emu
VERSION2="$(git -C dolphin-emu rev-parse --short HEAD)"; export VERSION2
mkdir lucas/
mkdir lucas/usr/
mkdir lucas/usr/lib/
Expand Down Expand Up @@ -100,11 +101,7 @@ jobs:
./qtplugin --appdir lucas/
./linuxdeploy --appdir lucas/
find . -iname 'Sys' | xargs -i -t -exec cp -r {} ${GITHUB_WORKSPACE}/lucas/usr/bin/
cd ${GITHUB_WORKSPACE}/lucas/
VERSION=$(./AppRun --version | awk '{print $2}')
cd ..
echo $VERSION
VERSION=$VERSION ARCH=x86_64 ./appimagetool -n lucas/
VERSION=$VERSION2 ARCH=x86_64 ./appimagetool -n lucas/
- name: release
uses: "marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303"
Expand Down

0 comments on commit c621bf0

Please sign in to comment.