diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7778b6b27..9bdb92278 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: