Skip to content

Commit

Permalink
Upload bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 23, 2023
1 parent da062a5 commit cb739ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: install frontend dependencies
run: pnpm install
- uses: tauri-apps/tauri-action@v0
id: build_os
with:
projectPath: apps/desktop
args: --target ${{ matrix.settings.target }} --bundles ${{ matrix.settings.bundles }},updater
Expand All @@ -59,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.platform }}
path: "${{ join(fromJSON(steps.build_tauri.outputs.artifactPaths), '\n') }}"
path: "${{ join(fromJSON(steps.build_os.outputs.artifactPaths), '\n') }}"

0 comments on commit cb739ba

Please sign in to comment.