Skip to content

Commit

Permalink
v0.3.7g
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Nov 14, 2023
1 parent 9931f52 commit d4c01d0
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 @@ -6,7 +6,7 @@ on:
- '**'

jobs:
check:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
run: sudo apt install -y libsdl2-dev

- name: Build
run: cargo build && strip target/release/kalast
run: cargo build -r && strip target/release/kalast

- name: Make bundle
run: |
Expand Down

0 comments on commit d4c01d0

Please sign in to comment.