Skip to content

Commit

Permalink
update compilation-guide (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaSabur authored Feb 22, 2025
1 parent 1ee2cba commit b5e6469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/compilation-guide/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
name: build-linux-${{ matrix.target }}
path: build-linux-${{ matrix.target }}.zip
retention-days: 1

musllinux:
name: Build Linux (musl)
Expand Down Expand Up @@ -160,6 +161,7 @@ jobs:
with:
name: build-musllinux-${{ matrix.target }}
path: build-musllinux-${{ matrix.target }}.zip
retention-days: 1

windows:
name: Build Windows
Expand Down Expand Up @@ -197,6 +199,7 @@ jobs:
with:
name: build-windows-${{ matrix.target }}
path: build-windows-${{ matrix.target }}.zip
retention-days: 1

macos:
name: Build macOS
Expand Down Expand Up @@ -235,3 +238,4 @@ jobs:
with:
name: build-macos-${{ matrix.target }}
path: build-macos-${{ matrix.target }}.zip
retention-days: 1

0 comments on commit b5e6469

Please sign in to comment.