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 e13696b commit eb03f12Copy full SHA for eb03f12
.github/workflows/dotnet-core.yml
@@ -27,6 +27,7 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
+ allowUpdates: true
31
tag_name: ${{ github.ref }}
32
release_name: Release ${{ github.ref }}
33
body: |
@@ -39,7 +40,6 @@ jobs:
39
40
41
42
- allowUpdates: true
43
upload_url: ${{ steps.create_release.outputs.upload_url }}
44
asset_path: ./NoIdle/NoIdle/bin/Release/NoIdle.exe
45
asset_name: NoIdle.exe
0 commit comments