From 41d2a04bd1d0151c13511167108a411c0794baf9 Mon Sep 17 00:00:00 2001 From: reya Date: Thu, 13 Feb 2025 14:51:02 +0700 Subject: [PATCH] chore: fix ci --- .github/workflows/main.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acee340..71bc989 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: create draft release uses: crabnebula-dev/cloud-release@v0 with: - command: release draft ${{ env.CN_APPLICATION }} --framework packager + command: cd crates/app && release draft ${{ env.CN_APPLICATION }} --framework packager api-key: ${{ secrets.CN_API_KEY }} build: diff --git a/README.md b/README.md index 690ae52..3b01b9f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To install Coop, follow these steps: - **Windows**: Run the downloaded `.exe` installer and follow the on-screen instructions. - **macOS**: Open the downloaded `.dmg` file and drag Coop to your Applications folder. - **Ubuntu**: Run the downloaded `.deb` or `.AppImage` installer and follow the on-screen instructions. + - **Arch Linux**: For `.tar.gz` packages, extract and install manually. For PKGBUILD, use `makepkg -si` to build and install. - **Flatpak**: Coming soon. 3. **Run Coop**: