diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-14 07:19:40 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-14 07:19:40 +0200 |
commit | c06fc11834592d5d4110d26d5590d1919ea4d0bc (patch) | |
tree | 403a9f3d0606f5f72f4d2608b52be55c9dc03d4a | |
parent | 48d9d30c215a50ed74d25416c83d3d17c3fc9757 (diff) | |
download | Viper-c06fc11834592d5d4110d26d5590d1919ea4d0bc.tar.gz Viper-c06fc11834592d5d4110d26d5590d1919ea4d0bc.zip |
refactor: typo in windows release job
-rw-r--r-- | .github/workflows/release_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 740ff5f..836bc1f 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -4,7 +4,7 @@ on: types: [ created ] jobs: build-windows: - name: "Create Windows development builds" + name: "Create Windows release builds" runs-on: "windows-latest" steps: - name: Checkout repository |