Skip to content

Commit 0807eb7

Browse files
committed
patch 4
1 parent f67736b commit 0807eb7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/linux_release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
with:
3434
submodules: recursive
3535

36+
- name: Copy AppIcon
37+
run: |
38+
echo "SOURCEDIR: ${{ env.SOURCE_DIR }}/"
39+
echo "RUNNERDIR: ${{ runner.temp }}"
40+
cp ${{ env.SOURCE_DIR }}/linux/CS3MapEdit-icon.png /home/runner/work/cs3-map-edit/CS3MapEdit-icon.png
41+
cp ${{ env.SOURCE_DIR }}/linux/CS3MapEdit-icon.png ${{ runner.temp }}
42+
ls -l /home/runner/work/cs3-map-edit/
43+
3644
- name: Run Python script
3745
run: |
3846
python3 bin/patch.py

0 commit comments

Comments
 (0)