Skip to content

Commit

Permalink
Unique binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Feb 20, 2024
1 parent 0631612 commit 2111e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dart pub get

- name: Compile
run: dart compile exe bin/hds_desktop.dart -o hds_desktop
run: dart compile exe bin/hds_desktop.dart -o hds_desktop_${{ matrix.type.name }}

- name: Archive artifact
uses: actions/upload-artifact@v4
Expand All @@ -44,5 +44,5 @@ jobs:
- name: Create release draft
uses: ncipollo/release-action@v1
with:
artifacts: "linux/*,macos_intel/,macos_apple_silicon/*,windows/*"
artifacts: "linux/*,macos_intel/*,macos_apple_silicon/*,windows/*"
draft: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The new desktop app for HDS

1. Run the following in a terminal:
```bash
chmod +x hds_desktop
chmod +x hds_desktop_linux
```
2. Run the app
</details>
Expand Down

0 comments on commit 2111e2c

Please sign in to comment.