diff options
author | Saturneric <[email protected]> | 2021-06-26 12:09:50 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 12:09:50 +0000 |
commit | 1be76cfc94e8c3ef01f35a63eb483604492ef46a (patch) | |
tree | 6e9b8384d785956d6273f0be7d4883e87ebaa4e1 | |
parent | Update CI (diff) | |
download | GpgFrontend-1be76cfc94e8c3ef01f35a63eb483604492ef46a.tar.gz GpgFrontend-1be76cfc94e8c3ef01f35a63eb483604492ef46a.zip |
Update CI
-rw-r--r-- | .github/workflows/release-ci.yml | 6 |
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: | |