We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7311f06 commit c054eb2Copy full SHA for c054eb2
.github/workflows/test.yml
@@ -31,5 +31,5 @@ jobs:
31
- run: ls -a
32
- uses: actions/upload-artifact@v4
33
with:
34
- name: onvif_1.0.0_amd64.snap
35
- path: ./onvif_1.0.0_amd64.snap
+ name: onvif_4.2.0_amd64.snap
+ path: ./onvif_4.2.0_amd64.snap
snapcraft.yaml
@@ -4,7 +4,7 @@ summary: onvif viewer
4
description: |
5
onvif tools
6
confinement: strict
7
-base: core20
+base: core22
8
9
parts:
10
onvif:
0 commit comments