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 eb6ecc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: bun run build

- name: Zip the build contents
run: cd dist && zip -r ../better-studres.zip ./*
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
# - name: Upload extension artifacts
# uses: actions/upload-artifact@v4
# with:
# name: better-studres
# path: better-studres.zip

0 comments on commit eb6ecc8

Please sign in to comment.