Skip to content

Commit

Permalink
added a mkdir to workflow change later
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Mar 3, 2024
1 parent f5e9171 commit 1e868d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/build_test_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func main() {
// run application tests

test := runner.WithExec([]string{"go", "test"})

buildDir := test.Directory("/src/dist")

for _, goos := range geese {
Expand Down

0 comments on commit 1e868d7

Please sign in to comment.