Browse Source

Update release-executables.yml

provide tag_name under Github upload action step
pull/4838/head
Pranav C 2 years ago committed by GitHub
parent
commit
a575d8352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-executables.yml

2
.github/workflows/release-executables.yml

@ -102,6 +102,7 @@ jobs:
- name: Upload executables to asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@ -170,6 +171,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
with:
files: |
./scripts/pkg-executable/mac-dist/Noco-macos-x64

Loading…
Cancel
Save