Skip to content

Commit 58bc48c

Browse files
committed
try fix workflow 5
1 parent 30fcc1e commit 58bc48c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
uses: dawidd6/action-download-artifact@v7
1515
with:
1616
workflow: build.yml
17-
commit: ${{ github.sha }}
17+
pr: 89
18+
# commit: ${{ github.sha }}
1819
# branch: main
1920
event: release
2021
skip_unpack: true

0 commit comments

Comments
 (0)