Skip to content

Commit 3f5a66e

Browse files
committed
test (move the config.ini) to see if notarization works
1 parent f0fd3d4 commit 3f5a66e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ jobs:
172172
- name: Remove placeholder file
173173
run: rm -rf ${{ env.EXE_PATH }}.empty
174174

175+
- name: Move config.ini to the Resources dir
176+
working-directory: ${{ env.EXE_PATH }}
177+
run: mv config.ini ../Resources/
178+
175179
# zip artifacts do not mantain executable permission
176180
- name: Make executable
177181
run: chmod -v +x ${{ env.EXE_PATH }}${{ env.PROJECT_NAME }}

0 commit comments

Comments
 (0)