Skip to content

Commit 397ae84

Browse files
committed
Adjust OSX build scripts again.
1 parent 167b4ee commit 397ae84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
- name: make
108108
run: |
109109
gmake
110-
mv fluxengine/FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
111-
mv fluxengine/FluxEngine.app.zip FluxEngine-${{ runner.arch }}.app.zip
110+
mv FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
111+
mv FluxEngine.app.zip FluxEngine-${{ runner.arch }}.app.zip
112112
113113
- name: tag
114114
uses: EndBug/latest-tag@latest

0 commit comments

Comments
 (0)