Skip to content

Commit c054eb2

Browse files
committed
ci
1 parent 7311f06 commit c054eb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- run: ls -a
3232
- uses: actions/upload-artifact@v4
3333
with:
34-
name: onvif_1.0.0_amd64.snap
35-
path: ./onvif_1.0.0_amd64.snap
34+
name: onvif_4.2.0_amd64.snap
35+
path: ./onvif_4.2.0_amd64.snap

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: onvif viewer
44
description: |
55
onvif tools
66
confinement: strict
7-
base: core20
7+
base: core22
88

99
parts:
1010
onvif:

0 commit comments

Comments
 (0)