Skip to content

Commit

Permalink
Fix in reusable_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Jul 15, 2022
1 parent 65e055f commit 4c791d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
with:
name: upload-binary-artifact
path: |
rmate_${{ inputs.target }}.tar.gz
rmate_${{ inputs.target }}.zip
rmate_${{ inputs.target }}.tar.gz
if-no-files-found: warn

release_binary:
Expand All @@ -107,5 +107,5 @@ jobs:
with:
fail_on_unmatched_files: false
files: |
rmate_${{ inputs.target }}
rmate_${{ inputs.target }}.zip
rmate_${{ inputs.target }}.tar.gz

0 comments on commit 4c791d5

Please sign in to comment.