Skip to content

Commit b1f4880

Browse files
Update git-release.yml
1 parent 85500a4 commit b1f4880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/git-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626

2727
- name: Dowload this Artifact
28+
id: download
2829
uses: actions/download-artifact@v2
2930
with:
3031
name: drop2
@@ -51,4 +52,4 @@ jobs:
5152
ALLOW_EMPTY_CHANGELOG: "true"
5253
with:
5354
args: |
54-
D:\a\testWorkflow\testWorkflow\drop2
55+
${{ steps.download.outputs.download-path }}

0 commit comments

Comments
 (0)