Skip to content

Commit

Permalink
Try fixing deploy again...
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jan 27, 2025
1 parent b10b708 commit 5004b9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
run: bun install
- name: Build Kaspian
run: bun run build
- name: Prepare Release Asset
run: zip -r dist.zip dist
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: "dist/"
asset_name: "unpacked-extension"
asset_path: dist.zip
asset_name: unpacked-extension
asset_content_type: application/zip

0 comments on commit 5004b9a

Please # to comment.