mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
missing s
This commit is contained in:
parent
e4141362e5
commit
2485bb7202
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -289,9 +289,9 @@ jobs:
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
automatic_release_tag: ${{ steps.check_release2.output.value }}
|
||||
automatic_release_tag: ${{ steps.check_release2.outputs.value }}
|
||||
prerelease: true
|
||||
title: ${{ steps.check_release.output.value }}
|
||||
title: ${{ steps.check_release.outputs.value }}
|
||||
files: |
|
||||
**/artifacts/Gittyup win64/Gittyup*.exe
|
||||
**/artifacts/Gittyup win32/Gittyup*.exe
|
||||
|
Loading…
Reference in New Issue
Block a user