Skip to content

Commit

Permalink
Test pack_artifacts.sh during test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 22, 2025
1 parent b7d10ba commit 4fb1008
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,7 @@ jobs:
touch ./${{ env.TARGET_DIR }}doc/not-available.txt
if: matrix.cross == 'true'

# ----------------------------------------------------------------------------
# Conditionally create and upload artifacts only if this is a release.
# In "test mode," we skip. This keeps the workflow DRY but clarifies
# that packaging/publishing logic won't happen on pushes or PRs.
# ----------------------------------------------------------------------------
- name: "Create zip/tar files for upload"
if: ${{ github.event_name == 'release' }}
- name: "Create zip/tar files for upload" # (always, so we know if it fails before we make a release)
shell: bash
run: |
chmod +x ./ci/pack_artifacts.sh
Expand Down

0 comments on commit 4fb1008

Please sign in to comment.