Skip to content

Commit

Permalink
Update release.yml (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Oct 22, 2023
1 parent 9ce54ec commit fe69d5a
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 @@ -7,6 +7,9 @@ jobs:
release:
name: Release ${{ matrix.target }}
runs-on: ubuntu-latest
permissions:
contents: write

strategy:
fail-fast: false
matrix:
Expand All @@ -26,4 +29,4 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
SRC_DIR: bin
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_TYPES: ${{ matrix.archive }}

0 comments on commit fe69d5a

Please sign in to comment.