Skip to content

Commit

Permalink
fix: zip inside zip
Browse files Browse the repository at this point in the history
The issue with the zip being created over another was fixed.
  • Loading branch information
M1n-74316D65 authored May 6, 2024
1 parent 016ca30 commit 523d0c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
run: sudo apt install gettext

- name: Build the extension
run: just pack
run: just build

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: rounded-window-corners@fxgn.shell-extension
path: rounded-window-corners@fxgn.shell-extension.zip
path: _build/
compression-level: 9

0 comments on commit 523d0c9

Please sign in to comment.