We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9ad8 commit e2d3913Copy full SHA for e2d3913
.github/workflows/go.yml
@@ -8,7 +8,6 @@ on:
8
- '**'
9
paths:
10
- '.github/workflows/go.yml'
11
- - 'bin/codesign.sh'
12
- 'src/**'
13
14
jobs:
src/.goreleaser.yml
@@ -11,7 +11,7 @@ builds:
- arm64
hooks:
post:
- - ../bin/codesign.sh "{{ .Path }}"
+ - ./bin/codesign.sh "{{ .Path }}"
15
16
- id: defang-cli
17
main: ./cmd/cli
@@ -33,7 +33,7 @@ universal_binaries:
33
replace: true
34
35
36
37
38
archives:
39
- format_overrides:
bin/codesign.sh renamed to src/bin/codesign.sh
0 commit comments