ci: update release workflow with new go mod path

This commit is contained in:
Slug-Boi
2024-05-17 22:19:42 +02:00
parent c7814263e0
commit f81f693946
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- 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: cd ci && go get dagger.io/dagger@latest && ..
- run: mkdir ./dist
- run: go run ci/build_test_release.go
- name: Auto Changelog