Skip to content

Commit

Permalink
fix: update zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 30, 2024
1 parent 0249678 commit eb6debf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
pattern: "*artifact"
path: release

- name: Rename Release Files
run: find release -type f -name "*.zip*" | while read file; do mv "$file" "${file//.zip/-mac.zip}"; done

- name: Create Draft
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit eb6debf

Please sign in to comment.