Skip to content

Commit

Permalink
ci: Fix workflow syntax
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Apr 27, 2022
1 parent 2dd1928 commit 60a08f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- name: Deliver build products to GitHub Releases
uses: softprops/[email protected]
files: |
${{ env.release_id }}.tar*
with:
files: |
${{ env.release_id }}.tar*

0 comments on commit 60a08f2

Please sign in to comment.