Skip to content

Commit

Permalink
feat: implement crabnebula
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 1, 2024
1 parent d9a33f7 commit c20b7c7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# # Run for Linux
# act -W .github/workflows/release-app.yml --container-architecture linux/amd64 -j publish-tauri -P ubuntu-24.04


name: Release App

on:
Expand Down Expand Up @@ -162,3 +161,22 @@ jobs:
args: ${{ matrix.args }}
projectPath: "./examples/apps/screenpipe-app-tauri"
tauriScript: bunx tauri -v

- name: Create CrabNebula Cloud Release Draft
uses: crabnebula-dev/[email protected]
with:
command: release draft ${{ secrets.CN_APP_SLUG }} --framework tauri
api-key: ${{ secrets.CN_API_KEY }}

- name: Upload Assets to CrabNebula Cloud
uses: crabnebula-dev/[email protected]
with:
command: release upload ${{ secrets.CN_APP_SLUG }} --framework tauri
api-key: ${{ secrets.CN_API_KEY }}
path: ./examples/apps/screenpipe-app-tauri/src-tauri

- name: Publish CrabNebula Cloud Release
uses: crabnebula-dev/[email protected]
with:
command: release publish ${{ secrets.CN_APP_SLUG }} --framework tauri
api-key: ${{ secrets.CN_API_KEY }}

0 comments on commit c20b7c7

Please sign in to comment.