Skip to content

Commit f67736b

Browse files
committed
patch 3
1 parent 519a688 commit f67736b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/linux_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
sudo apt install libfuse2
6565
wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
6666
chmod +x deploy.AppImage
67-
ls ${{ env.SOURCE_DIR }}
67+
ls -l ${{ env.SOURCE_DIR }}
6868
cp ${{ env.SOURCE_DIR }}/linux/* .
69-
cp ${{ env.SOURCE_DIR }}/linux/* ..
69+
ls -l ${{ runner.temp }}
70+
cp ${{ env.SOURCE_DIR }}/linux/* ${{ runner.temp }}
7071
./deploy.AppImage CS3MapEdit.desktop -appimage -no-translations -qmldir=${{ env.SOURCE_DIR }} -extra-plugins=renderers
7172
ls -l
7273
mkdir ${{ env.SOURCE_DIR }}/build/release

0 commit comments

Comments
 (0)