Skip to content

Commit

Permalink
Complete OSX build with cargo-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Oct 17, 2023
1 parent 5de4c50 commit 26cc4ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ jobs:
- name: Build executable
working-directory: ./config_app
run: cargo bundle --release
- name: LS
run: ls -aslh target/release/bundle/osx/
- uses: actions/upload-artifact@v3
with:
name: config-app-${{env.BRANCH_NAME}}-osx
path: target/release/bundle/*.app
path: target/release/bundle/osx/Ultimate-NAG52-Config-App.app

Create-Upload:
needs: [Windows-App, Linux-App, OSX-app]
Expand Down Expand Up @@ -118,7 +116,7 @@ jobs:
files: |
config-app-${{env.BRANCH_NAME}}-exe/*.exe
config-app-${{env.BRANCH_NAME}}-appimage/*.AppImage
config-app-${{env.BRANCH_NAME}}-osx/config_app.app
config-app-${{env.BRANCH_NAME}}-osx/Ultimate-NAG52-Config-App.app


0 comments on commit 26cc4ae

Please sign in to comment.