Skip to content

Commit

Permalink
Update Prepare prebuild environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 27, 2024
1 parent ea41cc8 commit 911e546
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Prepare prebuild environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,15 @@ jobs:
if [ "$fileCount" -ne ${{ matrix.NPMCOUNT }} ]; then echo "::warning::Release NPM Prebuild count ${fileCount}, expected ${{ matrix.NPMCOUNT }}"; else echo "::notice::Release NPM Prebuild count ${fileCount}, expected ${{ matrix.NPMCOUNT }}"; fi
- name: Create Archive of prebuilds
if: runner.os != 'Windows'
run: |
tar -czf archive.${{ matrix.name }}.tar.gz prebuilds/
- name: Create Archive of prebuilds
if: runner.os == 'Windows'
run: |
tar -czf archive.${{ matrix.name }}.tar.gz prebuilds
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 911e546

Please sign in to comment.