Skip to content

Commit c740153

Browse files
authored
Update release-check.yml
1 parent 506ce49 commit c740153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
if: ${{ env.RELEASE_TAG == '' }}
3535
uses: actions/download-artifact@v4
3636
with:
37-
name: libmozjs-${{ matrix.platform.target }}.tar.gz
37+
name: libmozjs-${{ matrix.platform.target }}${{ matrix.features && '-debugmozjs' || '' }}.tar.gz
3838
- name: Build from archive
3939
if: ${{ env.RELEASE_TAG == '' }}
4040
env:
41-
MOZJS_ARCHIVE: libmozjs-${{ matrix.platform.target }}.tar.gz
41+
MOZJS_ARCHIVE: libmozjs-${{ matrix.platform.target }}${{ matrix.features && '-debugmozjs' || '' }}.tar.gz
4242
run: |
4343
cargo build --verbose --features "${{ matrix.features }}"
4444
cargo test --tests --examples --verbose --features "${{ matrix.features }}"

0 commit comments

Comments
 (0)