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 167b4ee commit 397ae84Copy full SHA for 397ae84
.github/workflows/release.yml
@@ -107,8 +107,8 @@ jobs:
107
- name: make
108
run: |
109
gmake
110
- mv fluxengine/FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
111
- mv fluxengine/FluxEngine.app.zip FluxEngine-${{ runner.arch }}.app.zip
+ mv FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
+ mv FluxEngine.app.zip FluxEngine-${{ runner.arch }}.app.zip
112
113
- name: tag
114
uses: EndBug/latest-tag@latest
0 commit comments