We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519a688 commit f67736bCopy full SHA for f67736b
1 file changed
.github/workflows/linux_release.yml
@@ -64,9 +64,10 @@ jobs:
64
sudo apt install libfuse2
65
wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
66
chmod +x deploy.AppImage
67
- ls ${{ env.SOURCE_DIR }}
+ ls -l ${{ env.SOURCE_DIR }}
68
cp ${{ env.SOURCE_DIR }}/linux/* .
69
- cp ${{ env.SOURCE_DIR }}/linux/* ..
+ ls -l ${{ runner.temp }}
70
+ cp ${{ env.SOURCE_DIR }}/linux/* ${{ runner.temp }}
71
./deploy.AppImage CS3MapEdit.desktop -appimage -no-translations -qmldir=${{ env.SOURCE_DIR }} -extra-plugins=renderers
72
ls -l
73
mkdir ${{ env.SOURCE_DIR }}/build/release
0 commit comments