File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,13 +244,13 @@ jobs:
244244 - name : Upload static asbackup artifact
245245 uses : actions/upload-artifact@v4
246246 with :
247- name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner .os }}-${{ steps.system-info.outputs.release }}-asbackup-static
247+ name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix .os }}-${{ steps.system-info.outputs.release }}-asbackup-static
248248 path : ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup
249249 if-no-files-found : error
250250 - name : Upload static asrestore artifact
251251 uses : actions/upload-artifact@v4
252252 with :
253- name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner .os }}-${{ steps.system-info.outputs.release }}-asrestore-static
253+ name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix .os }}-${{ steps.system-info.outputs.release }}-asrestore-static
254254 path : ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asrestore
255255 if-no-files-found : error
256256 bundle-binaries :
You can’t perform that action at this time.
0 commit comments