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 7474 with :
7575 path : |
7676 ${{ steps.working-dir.outputs.value }}/build/bin
77- key : ${{ env.cache-name }}-${{ env.cache-index }}-${{ runner .os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
77+ key : ${{ env.cache-name }}-${{ env.cache-index }}-${{ matrix .os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
7878 - name : Pipenv setup
7979 if : steps.cache-asadm-asinfo.outputs.cache-hit != 'true'
8080 working-directory : ${{ steps.working-dir.outputs.value }}
@@ -102,6 +102,6 @@ jobs:
102102 tar -C build/bin/ -cvf asadm.tar asadm
103103 - uses : actions/upload-artifact@v4
104104 with :
105- name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner .os }}-${{ steps.system-info.outputs.release }}-asadm
105+ name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix .os }}-${{ steps.system-info.outputs.release }}-asadm
106106 path : ${{ steps.working-dir.outputs.value }}/asadm.tar
107107 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments