Skip to content

Commit 40c60d6

Browse files
authored
Merge pull request #15 from nike4613/ci
;_;
2 parents 168b299 + efb5100 commit 40c60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
while ($true)
5858
{
5959
$conclusion = gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" `
60-
"/repos/${{ github.repository }}/actions/runs/$(env:RUN_ID)" `
60+
"/repos/${{ github.repository }}/actions/runs/$($env:RUN_ID)" `
6161
| ConvertFrom-Json `
6262
| % { $_.conclusion }
6363
if ($null -ne $conclusion)

0 commit comments

Comments
 (0)