We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d735c4 commit 0ec13d1Copy full SHA for 0ec13d1
.github/workflows/main.yml
@@ -188,12 +188,12 @@ jobs:
188
- name: Upload artifacts
189
uses: actions/upload-artifact@v4
190
with:
191
- name: ${{ matrix.name }}-${{ github.ref_name }}-${{ github.run_number }}
+ name: ${{ matrix.name }}-${{ github.run_number }}
192
path: ${{ github.workspace }}/binaries/*
193
194
- name: Upload appx
195
if: ${{ matrix.os == 'windows-latest' && github.event_name != 'pull_request' }}
196
197
198
- name: ${{ matrix.name }}-appx-${{ github.ref_name }}-${{ github.run_number }}
+ name: ${{ matrix.name }}-appx-${{ github.run_number }}
199
path: ${{ github.workspace }}/appx/*
0 commit comments