Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit abf4db1

Browse files
authored
fix: properly mask systemd user services (#6)
1 parent a0f0011 commit abf4db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
1919
run: |
2020
./build
21-
sha256=$(sha256sum archlinux.wsl)
22-
read -r sha256 _ <<<"${sha256}"
2321
tag=$(cat imagetag.txt)
22+
sha256=$(sha256sum archlinux-${tag}.wsl)
23+
read -r sha256 _ <<<"${sha256}"
2424
version="${tag#base-}"
2525
cat <<EOF >DistributionInfo.json
2626
{

0 commit comments

Comments
 (0)