aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRemy Raes <contact@remyraes.com>2022-09-14 07:19:40 +0200
committerRemy Raes <contact@remyraes.com>2022-09-14 07:19:40 +0200
commitc06fc11834592d5d4110d26d5590d1919ea4d0bc (patch)
tree403a9f3d0606f5f72f4d2608b52be55c9dc03d4a /.github/workflows
parent48d9d30c215a50ed74d25416c83d3d17c3fc9757 (diff)
downloadViper-c06fc11834592d5d4110d26d5590d1919ea4d0bc.tar.gz
Viper-c06fc11834592d5d4110d26d5590d1919ea4d0bc.zip
refactor: typo in windows release job
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release_builds.yml2
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