We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1903af commit 98b0c57Copy full SHA for 98b0c57
1 file changed
.github/workflows/blank.yml
@@ -32,6 +32,8 @@ jobs:
32
# Copy problemtype to gid and copy exec
33
- name: Move kratos where it should be
34
run: |
35
+ rm -rf /gid/problemtypes/
36
+ mkdir /gid/problemtypes
37
mv ./kratos.gid /gid/problemtypes/
38
mkdir /gid/problemtypes/kratos.gid/exec/Kratos
39
mv /tmp/KratosRelease/* /gid/problemtypes/kratos.gid/exec/Kratos
0 commit comments