Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Oct 24, 2023
1 parent c58c613 commit 021883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
brew install ninja
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=MinSizeRel
cmake --build . --config MinSizeRel
cd build/EIMHost_artefacts/MinSizeRel && zip -r -q EIMHost.zip EIMHost.app
cd EIMHost_artefacts/MinSizeRel && zip -r -q EIMHost.zip EIMHost.app
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 021883f

Please sign in to comment.