Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersaares committed Jan 29, 2020
1 parent dfc3496 commit 6a6f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: docker run --rm --volume $GITHUB_WORKSPACE:/github/workspace mcr.microsoft.com/dotnet/core/sdk:3.1-alpine pwsh -File /github/workspace/Build.ps1
- name: Create GitHub release
uses: softprops/action-gh-release@v1
if: github.ref == 'heads/master'
if: github.ref == 'refs/heads/master'
with:
files: |
Output/win-x64.zip
Expand Down

0 comments on commit 6a6f655

Please sign in to comment.