Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Mar 19, 2023
1 parent d636ae8 commit 4914dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files:
- ${{ matrix.chunk }}
- ${{ matrix.chunk }}.sha256
files: |
${{ matrix.chunk }}
${{ matrix.chunk }}.sha256
- name: Show work
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4914dd8

Please sign in to comment.