Skip to content

Commit f457de9

Browse files
committed
fix
1 parent bf8988d commit f457de9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
env:
4242
salt: ${{ secrets.Salt }}
4343
run: |
44-
cd |
45-
ls -a |
46-
echo "$salt" >> /code/salt.inc
44+
echo "$salt" >> ${{ runner.temp }}/code/salt.inc
4745
4846
# We use "cge-unstable" Docker image, that already contains
4947
# Castle Game Engine sources and build tools.

0 commit comments

Comments
 (0)