Skip to content

Commit

Permalink
fixup! add release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jan 12, 2024
1 parent 1cb1efe commit 81259c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- os: ubuntu-latest
target: i686-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
Expand All @@ -63,7 +63,7 @@ jobs:
- name: build
shell: bash
run: |
RUSTFLAGS='-Clinker=${{ matrix.target }}-gcc' cargo build --verbose --release --target ${{ matrix.target }}
cargo build --verbose --release --target ${{ matrix.target }}
find .
bin="target/${{ matrix.target }}/release/jotdown"
[ "${{ matrix.os }}" = "windows-latest" ] && bin="$bin.exe"
Expand Down

0 comments on commit 81259c2

Please sign in to comment.