Skip to content

Commit

Permalink
#20 stick to naming alpine-zfsnetboot.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Nov 23, 2024
1 parent 5802502 commit 1f1e2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpine-netboot-image-zfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: alpine-zfs-netboot-image
path: iso/alpine-zfsnetboot-patched-init.tar.gz
path: iso/alpine-zfsnetboot.tar.gz
2 changes: 1 addition & 1 deletion patch-alpine-netboot-image-with-zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -x
# on slow switches

WORK_DIR=$PWD
NETBOOT_OUTPUT_FILENAME=alpine-zfsnetboot-patched-init.tar.gz
NETBOOT_OUTPUT_FILENAME=alpine-zfsnetboot.tar.gz
pwd
ls -lh
cd iso
Expand Down

0 comments on commit 1f1e2e4

Please sign in to comment.