Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sitandr authored Sep 25, 2023
1 parent 6754099 commit 1b67a07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
archive: zip
steps:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
- name: Update toolchain
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
- name: Compile and release
Expand All @@ -30,3 +31,9 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
- uses: ncipollo/[email protected]
with:
artifacts: "mdbook-typst-highlight-${{ matrix.target }}.*"
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true

0 comments on commit 1b67a07

Please sign in to comment.