Add go work init to workflows

Added cd to workflow
This commit is contained in:
Slug-Boi
2024-05-17 21:38:27 +02:00
parent 6b73b6b9c5
commit 0946229df8
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: Setup Go Workfile
run: go work init ./ci ./src_code/go_src
- run: go get dagger.io/dagger@latest
- run: mkdir ./dist
- run: go run ci/build_test_release.go