Skip to content

Commit 30780e2

Browse files
author
Soham Dasgupta
committed
ci: fix build script call path
1 parent 3a4fb26 commit 30780e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build Polygon
2121
shell: pwsh
2222
if: startsWith(github.ref, 'refs/tags/v')
23-
run: $GITHUB_WORKSPACE\polygon.ps1;
23+
run: .\polygon.ps1;
2424
- name: Upload to GitHub release
2525
uses: softprops/action-gh-release@v1
2626
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)