summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2021-08-02 12:28:36 +0100
committerfalkTX <falktx@falktx.com>2021-08-02 12:28:36 +0100
commit50e0b9e7099ce5aa6a1b5cd4f1fb44bea092d7c5 (patch)
treeec441e1ab0a57f628c2331e112e65a018f6966c1
parentda28e12934d18ba493a24a0c506908cd779b65d4 (diff)
downloadjack2-50e0b9e7099ce5aa6a1b5cd4f1fb44bea092d7c5.tar.gz
Another syntax fix
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 07a5e77d..58343b76 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -271,7 +271,7 @@ jobs:
path: windows/inno/jack2-*.exe
# ubuntu-20.04
- ubuntu-20.04:
+ ubuntu_20_04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2