Skip to content

Commit 7bd1d4a

Browse files
committed
Use zip from flake in CI
1 parent 43725eb commit 7bd1d4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Build plugin zip
3333
run: |
34-
nix develop -c bash tools/build_release.sh plugin
34+
nix build .#wp2static
35+
cp result/wp2static.zip plugin.zip
3536
3637
- name: Create GitHub Release
3738
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)