Skip to content

Commit

Permalink
fix gh workflow (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdb authored Aug 17, 2023
1 parent 0da8e20 commit a6fc0ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: softprops/action-gh-release@v1
with:
files: target/x86_64-linux-unknown-gnu/release/hifi-rs
files: target/x86_64-unknown-linux-gnu/release/hifi-rs
- name: Build app
if: matrix.os == 'macos-latest'
run: cargo build --bin hifi-rs --release --target x86_64-apple-darwin
env:
SQLITE3_STATIC: true
DATABASE_URL: "sqlite:///tmp/data.db"
- name: Release
if: matrix.os == 'macos-latest'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a6fc0ee

Please sign in to comment.