File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 28
28
pull-requests : write # to be able to comment on released pull requests
29
29
id-token : write # to enable use of OIDC for npm provenance
30
30
outputs :
31
- ARTIFACT_NAME : ${{ steps.npm_release.outputs.artifact-name }}
31
+ ARTIFACT_NAME : ${{ steps.npm_release.outputs.ARTIFACT_NAME }}
32
32
VERSION : ${{steps.npm_release.outputs.VERSION}}
33
33
env :
34
34
skipDeployment : false
45
45
runs-on : ubuntu-latest
46
46
needs : release
47
47
steps :
48
- - name : Checkout code
49
- uses : actions/checkout@v4
50
- - name : Download a single artifact
51
- uses : actions/download-artifact@v4
52
- with :
53
- name : ${{ needs.release.outputs.ARTIFACT_NAME }}
54
- - id : aa
55
- run : |
56
- echo ${{ needs.release.outputs.ARTIFACT_NAME }}
57
- ls -al
58
- cd sps-frontend
59
- ls -al
60
48
- uses : it-at-m/.github/.github/actions/action-build-image@main
61
49
with :
62
50
path : " ${{ inputs.app-path }}"
You can’t perform that action at this time.
0 commit comments