Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 16, 2024
1 parent b665d5b commit 34683a7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Publish Release(s)

on:
workflow_dispatch:

jobs:
publish_github_release:
# macOS because we can cross-compile to all other platforms from it
runs-on: macos-latest

steps:
- uses: actions/checkoutv4
- uses: subosito/flutter-action@v2
cache: true
- uses: bluefireteam/melos-action@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: KyleMayes/install-llvm-action@v1
with:
version: "15"
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d

- name: Build all library binaries
run: melos run build

0 comments on commit 34683a7

Please sign in to comment.