Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobread committed Jul 24, 2024
1 parent a9d47b6 commit 6fe2cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Build
run: bun run build

- name: Zip the build contents
run: cd dist && zip -r ../better-studres.zip ./*
# - name: Zip the build contents
# run: cd dist && zip -r ../better-studres-crx.zip ./*

- name: Upload extension artifacts
uses: actions/upload-artifact@v4
with:
name: better-studres
path: better-studres.zip
path: dist

0 comments on commit 6fe2cbb

Please sign in to comment.