Skip to content

Commit

Permalink
fix: Fixes release files list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubax committed Mar 15, 2024
1 parent 4e7ee3a commit 0970455
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/task-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
files:
- release/*
files: |
release/macos-arm-release
release/macos-latest-release
release/ubuntu-latest-release
release/windows-latest-release

0 comments on commit 0970455

Please sign in to comment.