Skip to content

Commit 55d80a9

Browse files
authored
Revert release filename change (#432)
1 parent 7dcdf60 commit 55d80a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/runTests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ jobs:
8484
merge-multiple: true
8585
- name: Create nightly release
8686
run: |
87+
mv Linux-X64.zip Linux.zip
88+
mv Windows-X64.zip Windows.zip
8789
output=$(gh release delete nightly --cleanup-tag --yes --repo ${{ github.repository }} 2>&1) || [[ "${output}" == "release not found" ]]
88-
gh release create nightly Windows-X64.zip Linux-X64.zip macOS-X64.zip macOS-ARM64.zip --prerelease --title "Nightly Build" --latest=false --repo ${{ github.repository }}
90+
gh release create nightly Windows.zip Linux.zip macOS-X64.zip macOS-ARM64.zip --prerelease --title "Nightly Build" --latest=false --repo ${{ github.repository }}
8991
env:
9092
GH_TOKEN: ${{ github.token }}
9193

0 commit comments

Comments
 (0)