Skip to content

Commit

Permalink
update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 13, 2024
1 parent 8162e19 commit 8415137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cargo install cargo-bundle
cargo bundle --release --features desktop --format osx
zip -r ore-${{ github.event.inputs.version }}.zip ./target/release/bundle/osx/your_app.app
zip -r Ore-${{ github.event.inputs.version }}.zip ./target/release/bundle/osx/Ore.app
- name: Create release
id: create_release
Expand All @@ -47,6 +47,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./ore-${{ github.event.inputs.version }}.zip
asset_name: ore-${{ github.event.inputs.version }}.zip
asset_path: ./Ore-${{ github.event.inputs.version }}.zip
asset_name: Ore-${{ github.event.inputs.version }}.zip
asset_content_type: application/zip

0 comments on commit 8415137

Please sign in to comment.