We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7570f0 commit d533325Copy full SHA for d533325
.github/workflows/build-master.yaml
@@ -7,7 +7,7 @@ on:
7
- master
8
jobs:
9
build:
10
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
11
steps:
12
- name: "Checkout repository"
13
uses: "actions/checkout@v2"
.github/workflows/build-tag.yaml
@@ -8,7 +8,7 @@ on:
14
@@ -42,7 +42,7 @@ jobs:
42
43
publish-release:
44
needs: "build"
45
46
47
# This already extracts the contents of the artifact
48
- name: "Download artifact"
0 commit comments