Skip to content

Commit 41def59

Browse files
authored
Ensure the Rakaly binary is executable before bundling for macOS (#2860) #patch
1 parent 34f5386 commit 41def59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ jobs:
103103
shell: bash
104104
run: |
105105
git rev-parse HEAD > Publish/commit_id.txt
106-
106+
- name: "Make rakaly binary executable"
107+
if: matrix.build != 'win-x64'
108+
shell: bash
109+
run: |
110+
chmod +x Publish/ImperatorToCK3/Resources/rakaly/rakaly-*/rakaly
107111
- name: "Create macOS .app bundle"
108112
if: matrix.build == 'osx-arm64'
109113
shell: bash

0 commit comments

Comments
 (0)