We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3524e commit 4d2f8b1Copy full SHA for 4d2f8b1
ā.github/workflows/build.ymlā
@@ -2,7 +2,7 @@ name: build
2
on: [push, pull_request]
3
jobs:
4
build:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
6
strategy:
7
matrix:
8
include:
ā.github/workflows/release.ymlā
@@ -7,7 +7,7 @@ on:
9
release:
10
11
12
steps:
13
- id: get-version
@@ -30,4 +30,4 @@ jobs:
30
repo_token: ${{ secrets.GITHUB_TOKEN }}
31
draft: true
32
prerelease: false
33
- files: ../rtty-*.tar.gz
+ files: ../rtty-*.tar.gz
0 commit comments