Skip to content

Commit 58907b3

Browse files
Fix the URL again
1 parent 4c85325 commit 58907b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
run: |
5252
REF=$(echo "${{ github.ref }}" | cut -d '/' -f3 | sed 's/v//g')
5353
REF_V=$(echo "${{ github.ref }}" | cut -d '/' -f3)
54-
gh workflow run import.yaml --repo andrew-stclair/repo.andrew-stclair.com --field package=https://github.com/andrew-stclair/ufw-applications/releases/download/${REF_V}/ufw-applications_${REF}_any.deb
54+
gh workflow run import.yaml --repo andrew-stclair/repo.andrew-stclair.com --field package=https://github.com/andrew-stclair/ufw-applications/releases/download/${REF_V}/ufw-applications_${REF}_all.deb
5555
56-
# https://github.com/andrew-stclair/ufw-applications/releases/download/v0.0.1/ufw-applications_0.0.1_any.deb
56+
# https://github.com/andrew-stclair/ufw-applications/releases/download/v0.0.1/ufw-applications_0.0.1_all.deb
5757
# andrew-stclair/repo.andrew-stclair.com
5858
# import.yaml

0 commit comments

Comments
 (0)