We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4fb26 commit 30780e2Copy full SHA for 30780e2
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build Polygon
21
shell: pwsh
22
if: startsWith(github.ref, 'refs/tags/v')
23
- run: $GITHUB_WORKSPACE\polygon.ps1;
+ run: .\polygon.ps1;
24
- name: Upload to GitHub release
25
uses: softprops/action-gh-release@v1
26
0 commit comments