Skip to content

Commit

Permalink
Build for specific Ubuntu linux versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kern, Thomas committed Dec 28, 2023
1 parent 259710b commit 2a139fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
prerelease: true
files: build/windows/x64/runner/Release/mopicon-${{github.ref_name}}-windows-x64.zip

build-and-release-ubuntu-20.04:
build-and-release-ubuntu-20-04:
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
prerelease: true
files: build/linux/x64/release/bundle/mopicon-${{github.ref_name}}-ubuntu-20.04-x64.zip

build-and-release-ubuntu-22.04:
build-and-release-ubuntu-22-04:
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 2a139fb

Please sign in to comment.