feat: update workflows

This commit is contained in:
ICKelin
2024-04-26 11:03:21 +08:00
parent fb4ecc25ce
commit 93ce440730
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: ./build_image.sh
run: ./docker_build.sh

View File

@@ -22,5 +22,5 @@ jobs:
go-version: 1.19
- name: Build
run: ./build_exec.sh
run: ./build.sh