Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chaynabors committed Dec 27, 2023
1 parent 0733fb8 commit 7da4b34
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ env:
CACHE_SUFFIX: c # cache busting

jobs:
check:
deploy:
name: Deploy ${{ matrix.name }}
permissions: write-all
strategy:
fail-fast: false
matrix:
Expand All @@ -38,12 +39,6 @@ jobs:
run: |
cargo build --target ${{ matrix.target }} --release --no-default-features
- name: ls cause im dumb
run: |
ls
ls target/
ls target/${{ matrix.target }}
- name: Release
shell: bash
run: |
Expand Down

0 comments on commit 7da4b34

Please sign in to comment.