Skip to content

Commit 66319d5

Browse files
committed
Add release workflow
1 parent 645ccfb commit 66319d5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,19 @@ jobs:
2828
usesh: true
2929
copyback: true
3030
release: "15.0"
31+
prepare: |
32+
pkg install -y git poudriere portsnap
33+
portsnap fetch extract
3134
run: |
3235
set -ex
36+
cd pfSense-pkg-NetBird
3337
make
3438
make package
35-
ls -lh work/pkg/
39+
ls -lh
3640
3741
- name: Upload package artifact
3842
uses: actions/upload-artifact@v4
3943
with:
4044
name: pfSense-package
41-
path: work/pkg/pfSense-pkg-NetBird-*.pkg
45+
path: pfSense-pkg-NetBird/work/pkg/pfSense-pkg-NetBird-*.pkg
4246
retention-days: 7

0 commit comments

Comments
 (0)