We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fd3d4 commit 3f5a66eCopy full SHA for 3f5a66e
.github/workflows/release.yml
@@ -172,6 +172,10 @@ jobs:
172
- name: Remove placeholder file
173
run: rm -rf ${{ env.EXE_PATH }}.empty
174
175
+ - name: Move config.ini to the Resources dir
176
+ working-directory: ${{ env.EXE_PATH }}
177
+ run: mv config.ini ../Resources/
178
+
179
# zip artifacts do not mantain executable permission
180
- name: Make executable
181
run: chmod -v +x ${{ env.EXE_PATH }}${{ env.PROJECT_NAME }}
0 commit comments