diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-07 21:58:42 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-07 21:58:42 +0200 |
commit | f0dae36e09272caae95ebecba443993a5f9a99fc (patch) | |
tree | 800faa8e3545767bf63cb88bf632f9a6eff24247 /.github | |
parent | 62e0d4fd505f991336860240d61e8e8a0ff9e243 (diff) | |
download | Viper-f0dae36e09272caae95ebecba443993a5f9a99fc.tar.gz Viper-f0dae36e09272caae95ebecba443993a5f9a99fc.zip |
refactor: rename windows build job
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dev_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index f2bb730..df9cfdc 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -5,7 +5,7 @@ on: types: [opened, reopened] jobs: - build: + build-windows: name: "Create Windows development builds" runs-on: "windows-latest" steps: |