Skip to content

Commit b94396e

Browse files
committed
wait why the fuck was i building for windows/macos 😭
Signed-off-by: ClaytonTDM <claytontdm@gmail.com>
1 parent 03c3d5b commit b94396e

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest]
1818
include:
1919
- os: ubuntu-latest
2020
target: x86_64-unknown-linux-gnu
21-
asset_name: cinnamon-profile-manager-linux-x86_64
22-
- os: macos-latest
23-
target: x86_64-apple-darwin
24-
asset_name: cinnamon-profile-manager-macos-x86_64
25-
- os: windows-latest
26-
target: x86_64-pc-windows-msvc
27-
asset_name: cinnamon-profile-manager-windows-x86_64.exe
21+
asset_name: cinnamon-profile-manager-x86_64
2822

2923
steps:
3024
- name: Checkout code
@@ -101,21 +95,17 @@ jobs:
10195
draft: false
10296
prerelease: ${{ steps.get_version.outputs.IS_PRERELEASE }}
10397
files: |
104-
./artifacts/cinnamon-profile-manager-linux-x86_64/cinnamon-profile-manager-linux-x86_64
105-
./artifacts/cinnamon-profile-manager-macos-x86_64/cinnamon-profile-manager-macos-x86_64
106-
./artifacts/cinnamon-profile-manager-windows-x86_64.exe/cinnamon-profile-manager-windows-x86_64.exe
98+
./artifacts/cinnamon-profile-manager-x86_64/cinnamon-profile-manager-x86_64
10799
body: |
108100
${{ steps.get_version.outputs.IS_PRERELEASE == 'true' && '> ⚠️ **Pre-release version**: This is a development release and may contain bugs or incomplete features.' || '> ✅ **Stable release**: This version is considered stable for production use.' }}
109101
110102
## Installation
111103
112-
Download the appropriate binary for your platform:
104+
Download the binary:
113105
114-
- **Linux**: `cinnamon-profile-manager-linux-x86_64`
115-
- **macOS**: `cinnamon-profile-manager-macos-x86_64`
116-
- **Windows**: `cinnamon-profile-manager-windows-x86_64.exe`
106+
- `cinnamon-profile-manager-x86_64`
117107
118-
Make the file executable (Linux/macOS only):
108+
Make the file executable:
119109
```bash
120110
chmod +x cinnamon-profile-manager-*
121111
```

0 commit comments

Comments
 (0)