mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-18 17:25:21 -04:00
Remove quotes
This commit is contained in:
parent
203b9a4f97
commit
c92d64b6e4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/draft_new_release.yml
vendored
8
.github/workflows/draft_new_release.yml
vendored
|
@ -80,12 +80,12 @@ jobs:
|
|||
- name: Draft New Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: "${{ env.APP_VERSION }}"
|
||||
tag_name: "v${{ env.APP_VERSION }}"
|
||||
name: ${{ env.APP_VERSION }}
|
||||
tag_name: v${{ env.APP_VERSION }}
|
||||
draft: true
|
||||
files: |
|
||||
"${{ env.DISK_IMAGE_FILENAME }}"
|
||||
"${{ env.PACKAGE_FILENAME }}"
|
||||
${{ env.DISK_IMAGE_FILENAME }}
|
||||
${{ env.PACKAGE_FILENAME }}
|
||||
- name: Remove Apple Developer Keychain
|
||||
if: ${{ always() }}
|
||||
run: security delete-keychain $RUNNER_TEMP/apple-developer.keychain-db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue