Skip to content

Commit

Permalink
Update Manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-ray authored Jun 30, 2022
1 parent 36fceb7 commit a0b5272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ./modular_tree_windows/modular_tree_${{ steps.vars.outputs.version }}_windows.zip ./modular_tree_linux/modular_tree_${{ steps.vars.outputs.version }}_linux.zip ./modular_tree_macOS/modular_tree_${{ steps.vars.outputs.version }}_macOS.zip
# release: Release V${{ steps.vars.outputs.version }}${{ env.STATUS }}
# tag: ${{ steps.vars.outputs.version }}${{ env.STATUS }}
# message: V${{ steps.vars.outputs.version }}
# body: ''
release: Release V${{ steps.vars.outputs.version }}${{ env.STATUS }}
tag: ${{ steps.vars.outputs.version }}${{ env.STATUS }}
message: V${{ steps.vars.outputs.version }}
body: ''

0 comments on commit a0b5272

Please sign in to comment.