We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a94bc9 + 9d3954f commit 8a91191Copy full SHA for 8a91191
.github/workflows/pr.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Upload build artifacts
114
uses: actions/upload-artifact@v6
115
with:
116
- name: ${{ matrix.project }}-${{ steps.version.outputs.describe }}-vanagon-${{ needs.get-ezbake-version.outputs.ezbake_version }}
+ name: ${{ matrix.project }}-${{ steps.version.outputs.describe }}-ezbake-${{ needs.get-ezbake-version.outputs.ezbake_version }}
117
path: output/
118
retention-days: 1 # quite low retention, because the artifacts are quite large
119
overwrite: true # overwrite old artifacts if a PR runs again (artifacts are per PR * per project)
0 commit comments