We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df1e58 commit 55e2c80Copy full SHA for 55e2c80
.github/workflows/release.yml
@@ -44,13 +44,7 @@ jobs:
44
- name: Rename Artifacts (windows)
45
if: matrix.os == 'windows-latest'
46
run: |
47
- if [ -f dist/windows/server.exe ]; then
48
- mv dist/windows/server.exe client-server-${{ matrix.os }}-${{ github.event.inputs.version }}.exe
49
- elif [ -f dist/server.exe ]; then
50
- mv dist/server.exe client-server-${{ matrix.os }}-${{ github.event.inputs.version }}.exe
51
- else
52
- echo "❌ Binary not found. Check build output." && exit 1
53
- fi
+ mv dist/windows/server.exe client-server-${{ matrix.os }}-${{ github.event.inputs.version }}.exe
54
shell: bash
55
56
- name: Rename Artifacts (macos)
0 commit comments