Skip to content

Commit 1244dfc

Browse files
committed
Attach plugin zip to github actions runs
1 parent 71bf885 commit 1244dfc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
nix build .#wp2static
3535
cp result/wp2static.zip plugin.zip
3636
37+
- name: Upload plugin as artifact
38+
uses: actions/upload-artifact@v4
39+
with:
40+
name: plugin.zip
41+
path: plugin.zip
42+
3743
- name: Create GitHub Release
3844
if: startsWith(github.ref, 'refs/tags/v')
3945
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)