Skip to content

Commit

Permalink
Update naming scheme again
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Owad committed Jul 31, 2023
1 parent 027d213 commit d31eb96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/QtApng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: qtapng-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}-${{ matrix.arch && matrix.arch || 'none' }}
name: qtapng-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
path: ${{ github.workspace }}/QtApng/plugins
2 changes: 1 addition & 1 deletion .github/workflows/kimageformats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: kimageformats-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}-${{ matrix.arch && matrix.arch || 'none' }}
name: kimageformats-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
path: ${{ github.workspace }}/kimageformats/bin/
2 changes: 1 addition & 1 deletion .github/workflows/qt-avif-image-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: qtavif-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}-${{ matrix.arch && matrix.arch || 'none' }}
name: qtavif-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
path: ${{ github.workspace }}/qt-avif-image-plugin/qtbuild_5.15.2-ro/plugins/
2 changes: 1 addition & 1 deletion .github/workflows/qt-heic-image-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: qtheic-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}-${{ matrix.arch && matrix.arch || 'none' }}
name: qtheic-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.vers }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
path: ${{ github.workspace }}/qt-heic-image-plugin/qtbuild_5.15.2/plugins/

0 comments on commit d31eb96

Please sign in to comment.