Skip to content

Commit

Permalink
uplaod
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Oct 3, 2024
1 parent f49141d commit 9b38ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ jobs:
fi
# cargo build --release ${{ matrix.args }}
# tmp https://github.com/denoland/deno_core/issues/916
cargo build ${{ matrix.args }}
cargo build --release ${{ matrix.args }}
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: ./target/aarch64-apple-darwin/debug/screenpipe
path: ./target/aarch64-apple-darwin/release/screenpipe

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 9b38ecc

Please sign in to comment.