diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 7787ea5..7bee180 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -2,6 +2,10 @@ name: Snap Build on: workflow_dispatch: + push: + # Sequence of patterns matched against refs/tags + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: build: diff --git a/uet-lms_0.1.0_amd64.snap b/uet-lms_0.1.0_amd64.snap new file mode 100644 index 0000000..467b180 Binary files /dev/null and b/uet-lms_0.1.0_amd64.snap differ