We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e084bb + 94cc2f6 commit 4f70d2aCopy full SHA for 4f70d2a
2 files changed
.github/workflows/release.yml
@@ -13,11 +13,6 @@ jobs:
13
- name: Checkout source code
14
uses: actions/checkout@v4
15
16
- - name: build-unclog
17
- uses: ./.github/actions/build-unclog
18
- with:
19
- artifact-name: unclog # This is the 'release' artifact name
20
-
21
- name: Set up Go
22
uses: actions/setup-go@v5
23
with:
log/kasey_release-build-denoiser.md
@@ -0,0 +1,3 @@
1
+### Fixed
2
+
3
+- release action would re-run go setup and build steps. remove the build using the shared action.
0 commit comments