mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore(ci): fix up name of iso artifact in testing (#939)
This commit is contained in:
parent
653114d2c5
commit
fa37f652c4
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
@ -144,7 +144,7 @@ jobs:
|
||||
#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 }}-${{ steps.generate-tag.outputs.tag }}-${{ matrix.major_version}}
|
||||
path: ${{ steps.upload-directory.outputs.iso-upload-dir }}
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user