forked from etc/pineapple-src
Update appimage.sh
This commit is contained in:
parent
9d78564d3b
commit
642e46b4ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.sh
vendored
2
.github/workflows/appimage.sh
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
BUILDBIN=/tmp/source/yuzu/build/bin
|
||||
BUILDBIN=/yuzu/build/bin
|
||||
BINFILE=yuzu-x86_64.AppImage
|
||||
LOG_FILE=$HOME/curl.log
|
||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||
|
|
Loading…
Reference in a new issue