Skip to content

Commit e2d3913

Browse files
committed
move codesign.sh under src
1 parent 15b9ad8 commit e2d3913

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- '**'
99
paths:
1010
- '.github/workflows/go.yml'
11-
- 'bin/codesign.sh'
1211
- 'src/**'
1312

1413
jobs:

src/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ builds:
1111
- arm64
1212
hooks:
1313
post:
14-
- ../bin/codesign.sh "{{ .Path }}"
14+
- ./bin/codesign.sh "{{ .Path }}"
1515

1616
- id: defang-cli
1717
main: ./cmd/cli
@@ -33,7 +33,7 @@ universal_binaries:
3333
replace: true
3434
hooks:
3535
post:
36-
- ../bin/codesign.sh "{{ .Path }}"
36+
- ./bin/codesign.sh "{{ .Path }}"
3737

3838
archives:
3939
- format_overrides:
File renamed without changes.

0 commit comments

Comments
 (0)