ci: fix build_test_release workflow

This commit is contained in:
Slug-Boi
2024-11-25 19:48:59 +01:00
parent 66a4f74227
commit e35bd65dde
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: Setup Go Workfile
run: go work init ./ci ./ && rm src_code/go_src/cmd/cmd_test.go
run: go work init ./ci ./
- run: cd ci && go get dagger.io/dagger@latest && cd ..
- run: mkdir ./dist
- run: go run ci/build_test_release.go
@@ -38,7 +38,7 @@ jobs:
- name: publish project
shell: bash
run: |
cp ./src_code/go_src/author.txt ./dist
cp ./src/author.txt ./dist
tag=$(git describe --tags --abbrev=0)
#linux build