Skip to content

Commit 6cabcb6

Browse files
authored
Update npm-release.yml
1 parent 195d812 commit 6cabcb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/npm-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: release
4747
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+
cd sps-frontend
57+
ls -al
4858
- uses: it-at-m/.github/.github/actions/action-build-image@main
4959
with:
5060
path: "${{ inputs.app-path }}"

0 commit comments

Comments
 (0)