Skip to content

Commit 2fd6b8b

Browse files
author
MarxMustermann
committed
fixed crash hopefully
1 parent a157e0c commit 2fd6b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: |
4040
cp ./OfMiceAndMechs-Linux.tar.gz Game/Data/
4141
cd Game/Data/
42-
revision = "$(git rev-parse --short HEAD)"
42+
revision="$(git rev-parse --short HEAD)"
4343
gh release create $revision ./OfMiceAndMechs-Linux.tar.gz --generate-notes --latest
4444

0 commit comments

Comments
 (0)