Skip to content

Commit 8a91191

Browse files
authored
Merge pull request #72 from bastelfreak/typo
CI: Fix Typo: vanagon->ezbake
2 parents 1a94bc9 + 9d3954f commit 8a91191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Upload build artifacts
114114
uses: actions/upload-artifact@v6
115115
with:
116-
name: ${{ matrix.project }}-${{ steps.version.outputs.describe }}-vanagon-${{ needs.get-ezbake-version.outputs.ezbake_version }}
116+
name: ${{ matrix.project }}-${{ steps.version.outputs.describe }}-ezbake-${{ needs.get-ezbake-version.outputs.ezbake_version }}
117117
path: output/
118118
retention-days: 1 # quite low retention, because the artifacts are quite large
119119
overwrite: true # overwrite old artifacts if a PR runs again (artifacts are per PR * per project)

0 commit comments

Comments
 (0)