We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e575a8 commit d562b91Copy full SHA for d562b91
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
package_root: package
34
maintainer: ${{ github.repository_owner }}
35
version: ${{ github.ref }} # refs/tags/v*.*.*
36
- arch: 'any'
+ arch: 'all'
37
depends: 'ufw'
38
desc: 'Extra UFW app profiles'
39
homepage: ${{ github.server_url }}/${{ github.repository }}
@@ -43,4 +43,6 @@ jobs:
43
with:
44
files: ${{ steps.build_deb.outputs.file_name }}
45
generate_release_notes: true
46
- make_latest: true
+ make_latest: true
47
+
48
+# https://github.com/andrew-stclair/ufw-applications/releases/download/v0.0.1/ufw-applications_0.0.1_any.deb
0 commit comments