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
|
#!/bin/bash -ex
|
||||||
|
|
||||||
BUILDBIN=/tmp/source/yuzu/build/bin
|
BUILDBIN=/yuzu/build/bin
|
||||||
BINFILE=yuzu-x86_64.AppImage
|
BINFILE=yuzu-x86_64.AppImage
|
||||||
LOG_FILE=$HOME/curl.log
|
LOG_FILE=$HOME/curl.log
|
||||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||||
|
|
Loading…
Reference in a new issue