Skip to content

Commit f81ec74

Browse files
committed
feat: update release workflow
1 parent bbf6cf7 commit f81ec74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
upload:
1414
needs: install
1515
runs-on: ubuntu-latest
16+
outputs:
17+
artifact_url: ${{ steps.zip.outputs.path }}
18+
artifact_name: ${{ needs.install.outputs.artifact_name }}
1619
steps:
1720
- name: Get artifact url
1821
id: artifact
@@ -45,7 +48,7 @@ jobs:
4548
files: ${{ steps.zip.outputs.path }}
4649

4750
deploy:
48-
needs: install
51+
needs: [install, upload]
4952
uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
5053
with:
5154
repo: ${{ github.repository }}

0 commit comments

Comments
 (0)