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 3ae2d33 commit cdcf658Copy full SHA for cdcf658
.github/workflows/build-git.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
build:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
15
steps:
16
# 1) Check out your repo
17
- name: Checkout repository
@@ -78,8 +78,8 @@ jobs:
78
uses: softprops/action-gh-release@v2
79
if: github.ref == 'refs/heads/main'
80
with:
81
- tag_name: nightly-build
82
- name: Nightly Build (Git 2.50.1)
+ tag_name: nightly-build-ubuntu22.04
+ name: Nightly Build (Git 2.50.1) (Ubuntu 22.04)
83
draft: false
84
prerelease: true
85
overwrite: true
0 commit comments