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 5d284a9 commit 3a4fb26Copy full SHA for 3a4fb26
.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: $GITHUB_WORKSPACE\polygon.ps1;
24
- name: Upload to GitHub release
25
uses: softprops/action-gh-release@v1
26
0 commit comments