Skip to content

Commit

Permalink
Add .app bundle building to packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atdimitrov committed Mar 13, 2024
1 parent bd3cd0e commit 25b6bb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ jobs:
run: dotnet publish -r osx-arm64 -c Release
working-directory: ./engine/CodemerxDecompile

- name: Build .app bundle
run: build/macos/build-application-bundle.sh

- name: Archive artifacts
run: tar -czpf CodemerxDecompile-macos-arm64.tar.gz -C ./engine/CodemerxDecompile/bin/Release/net7.0/osx-arm64/publish .
run: tar -czpf CodemerxDecompile-macos-arm64.tar.gz CodemerxDecompile.app

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 25b6bb7

Please sign in to comment.