Skip to content

Commit ca8ce65

Browse files
committed
Typo in snap yaml (needs a list, not a value).
1 parent a93c40e commit ca8ce65

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
curl -sSL -XPOST -H "$AUTH" --upload-file "$FILE" --header "Content-Type:application/octet-stream" --write-out "%{http_code}" --output $(mktemp) "$URL"
3939
snap:
4040
needs: publish
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: snapcore/action-build@v1

snapcraft.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: simplest-load-balancer
2-
adopt-info: version
2+
adopt-info:
3+
- version
34
summary: Sessionless UDP Load Balancer
45
description: |
56
SLB is a sessionless load balancer for UDP traffic, and solves

0 commit comments

Comments
 (0)