We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8988d commit f457de9Copy full SHA for f457de9
1 file changed
.github/workflows/build.yml
@@ -41,9 +41,7 @@ jobs:
41
env:
42
salt: ${{ secrets.Salt }}
43
run: |
44
- cd |
45
- ls -a |
46
- echo "$salt" >> /code/salt.inc
+ echo "$salt" >> ${{ runner.temp }}/code/salt.inc
47
48
# We use "cge-unstable" Docker image, that already contains
49
# Castle Game Engine sources and build tools.
0 commit comments