Skip to content

Commit

Permalink
Merge pull request #286 from TheCyberRonin/feature/provide-compressed…
Browse files Browse the repository at this point in the history
…-build-during-pr

feat: Provide compressed build during PR GitHub Action
  • Loading branch information
Hunter275 authored Sep 4, 2024
2 parents 7d1135b + 3e6653a commit c780437
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ jobs:

- name: Build Package
run: pnpm build

- name: Compress build
run: pnpm package

- name: Archive compressed build
uses: actions/upload-artifact@v4
with:
name: build
path: dist/build.tar

0 comments on commit c780437

Please sign in to comment.