Rename build job

This commit is contained in:
bo0tzz 2022-06-25 14:02:10 +02:00
parent 02a4f948a8
commit 899fe654e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: buildx
name: build
on:
push:
@ -8,7 +8,7 @@ on:
- 'v*'
jobs:
buildx:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout