Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 7e033e0

Browse files
committed
CI/CD смена расположение файла
1 parent 5558daa commit 7e033e0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: '1.23.6'
2929

3030
- name: Build
31-
run: go build -o build/${{ matrix.fileName }} -ldflags="-w -s" -gcflags=all="-l -B -wb=false" ./main.go
31+
run: go build -o ${{ matrix.fileName }} -ldflags="-w -s" -gcflags=all="-l -B -wb=false" ./main.go
3232

3333
- name: Create release
3434
uses: softprops/action-gh-release@v2

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
build/
21

32
# App work files
43
/sw_config.json

0 commit comments

Comments
 (0)