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