Browse Source

Update release-executables.yml

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

4
.github/workflows/release-executables.yml

@ -102,10 +102,10 @@ 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:
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
files: |
./scripts/pkg-executable/dist/Noco-win-arm64.exe
./scripts/pkg-executable/dist/Noco-win-x64.exe
@ -171,8 +171,8 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
with:
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
files: |
./scripts/pkg-executable/mac-dist/Noco-macos-x64
./scripts/pkg-executable/mac-dist/Noco-macos-arm64

Loading…
Cancel
Save