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 22, 2024
1 parent 3c64a10 commit 4604179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
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 --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
export VERSION2=$(git tag | tail -n 1)
mkdir lucas/
mkdir lucas/usr/
mkdir lucas/usr/lib/
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
./qtplugin --appdir lucas/
./linuxdeploy --appdir lucas/
find . -iname 'Sys' | xargs -i -t -exec cp -r {} ${GITHUB_WORKSPACE}/lucas/usr/bin/
ARCH=x86_64 VERSION=git ./appimagetool -n lucas/
ARCH=x86_64 VERSION=$VERSION2 ./appimagetool -n lucas/
- name: release
uses: "marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303"
Expand Down

0 comments on commit 4604179

Please sign in to comment.