Skip to content

Commit

Permalink
feat: upload pnpm store as GHA artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Feb 5, 2025
1 parent 00aebea commit 4edfc7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
run: pnpm build:desktop -- --mode ${{ env.vitemode }}
env:
SENTRY_RELEASE: ${{ env.version }}
- uses: actions/upload-artifact@v4
name: Upload pnpm-store contents
with:
name: pnpm-store
path: /home/runner/setup-pnpm/node_modules/.bin/store/v3
retention-days: 7
- uses: actions/upload-artifact@v4
name: Upload SvelteKit build output
with:
Expand Down Expand Up @@ -275,7 +281,7 @@ jobs:
- name: Sign our EV signed file
shell: bash
run: |
set -x
set -x
curl -O https://gitbutler-public.s3.us-east-1.amazonaws.com/_win/minisign.exe
chmod +x minisign.exe # Add this line to make the file executable
echo "sign release/${{ steps.set-path.outputs.msi_file }}"
Expand Down

0 comments on commit 4edfc7c

Please sign in to comment.