added a mkdir to workflow change later

This commit is contained in:
Theis
2024-03-03 18:58:42 +01:00
parent f5e9171362
commit 1e868d71c0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ jobs:
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- run: go get dagger.io/dagger@latest
- run: mkdir dist
- run: go run ci/build_test_release.go
- name: publish project
shell: bash
+1
View File
@@ -39,6 +39,7 @@ func main() {
// run application tests
test := runner.WithExec([]string{"go", "test"})
buildDir := test.Directory("/src/dist")
for _, goos := range geese {