aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index 4aed2c22..a7dd94d3 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -102,7 +102,7 @@ jobs:
./configure --enable-maintainer-mode --enable-static=yes --enable-languages=cpp && make -j2
sudo make install
cd ${{github.workspace}}
- if: matrix.os == 'uubuntu-16.04'
+ if: matrix.os == 'ubuntu-16.04'
- name: Build GpgME (Windows)
shell: msys2 {0}
@@ -118,12 +118,12 @@ jobs:
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEXECUTABLE_OUTPUT_PATH=${{env.EXECUTABLE_OUTPUT_PATH}}
- if: matrix.os == 'uubuntu-16.04' || matrix.os == 'macos-latest'
+ if: matrix.os == 'ubuntu-16.04' || matrix.os == 'macos-latest'
- name: Build GpgFrontend
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -j 2
- if: matrix.os == 'uubuntu-16.04' || matrix.os == 'macos-latest'
+ if: matrix.os == 'ubuntu-16.04' || matrix.os == 'macos-latest'
- name: Package App Bundle (macOS)
run: |