Skip to content

Commit

Permalink
fix(iso): publish ISO even on workflow-run
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 12, 2024
1 parent d0d0634 commit e790d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ jobs:
ENROLLMENT_PASSWORD: 'ublue-os'

- name: Upload ISOs and Checksum to Job Artifacts
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image_name }}-${{ matrix.image_tag }}-${{ matrix.major_version}}
name: ${{ matrix.image.name }}-${{ matrix.image_tag }}-${{ matrix.major_version}}
path: ${{ steps.build.outputs.output-directory }}
if-no-files-found: error
retention-days: 0
Expand Down

0 comments on commit e790d95

Please sign in to comment.