Skip to content

Commit a3050b3

Browse files
Merge branch 'main' into upload-progress
2 parents 0a0de6d + 3acb667 commit a3050b3

File tree

163 files changed

+9256
-3364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+9256
-3364
lines changed

.github/workflows/docker-build-web.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
echo "NEXT_PUBLIC_DOCKER_BUILD=true" >> .env
3939
echo "NEXT_PUBLIC_CAP_AWS_BUCKET=capso" >> .env
4040
echo "NEXT_PUBLIC_CAP_AWS_REGION=us-east-1" >> .env
41-
cat .env
4241
4342
- name: Login to GitHub Container Registry
4443
uses: docker/login-action@v3

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,11 @@ jobs:
213213
- name: Upload assets
214214
uses: crabnebula-dev/cloud-release@v0
215215
with:
216+
working-directory: apps/desktop
216217
command: release upload ${{ env.CN_APPLICATION }} "${{ needs.draft.outputs.version }}" --framework tauri
217218
api-key: ${{ secrets.CN_API_KEY }}
219+
env:
220+
TAURI_BUNDLE_PATH: ../..
218221

219222
- name: Upload debug symbols to Sentry
220223
if: ${{ matrix.settings.runner == 'macos-latest' }}

0 commit comments

Comments
 (0)