Skip to content

Commit

Permalink
Update release-check.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev committed Dec 21, 2024
1 parent 8043910 commit 809d81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
if: ${{ env.RELEASE_TAG == '' }}
uses: actions/download-artifact@v4
with:
name: libmozjs-${{ matrix.platform.target }}.tar.gz
name: libmozjs-${{ matrix.platform.target }}${{ matrix.features && '-debugmozjs' || '' }}.tar.gz
- name: Build from archive
if: ${{ env.RELEASE_TAG == '' }}
env:
MOZJS_ARCHIVE: libmozjs-${{ matrix.platform.target }}.tar.gz
MOZJS_ARCHIVE: libmozjs-${{ matrix.platform.target }}${{ matrix.features && '-debugmozjs' || '' }}.tar.gz
run: |
cargo build --verbose --features "${{ matrix.features }}"
cargo test --tests --examples --verbose --features "${{ matrix.features }}"
Expand Down

0 comments on commit 809d81c

Please sign in to comment.