File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
run : |
52
52
REF=$(echo "${{ github.ref }}" | cut -d '/' -f3 | sed 's/v//g')
53
53
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
55
55
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
57
57
# andrew-stclair/repo.andrew-stclair.com
58
58
# import.yaml
You can’t perform that action at this time.
0 commit comments