Skip to content

Commit

Permalink
Update without matrix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Dec 8, 2021
1 parent 7d1aa35 commit c0c597d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Latest-${{matrix.sys.os}}"
release_name: Release ${ {github.events.input.name} }
body: |
Changes in this Release
- asdf
- qwerty
draft: true
prerelease: true
files: |
${{github.workspace}}/${{matrix.sys.os}}-library.tar.gz
${{github.workspace}}\${{matrix.sys.os}}-library.tar.gz #Try windows hack
${{matrix.sys.os}}-library.tar.gz

0 comments on commit c0c597d

Please sign in to comment.