Update deployy.yml

This commit is contained in:
NOCanoa 2024-12-10 21:32:33 +00:00 committed by GitHub
parent 62962469f8
commit 73b90dbd29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Upload to bunny
name: Upload to Bunny
on:
workflow_dispatch:
@ -9,9 +9,6 @@ on:
jobs:
upload:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.22.3]
steps:
- name: Checkout code