Skip to content

Commit 4f70d2a

Browse files
authored
Merge pull request #9 from OffchainLabs/release-build-denoiser
Release build denoiser
2 parents 9e084bb + 94cc2f6 commit 4f70d2a

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
- name: Checkout source code
1414
uses: actions/checkout@v4
1515

16-
- name: build-unclog
17-
uses: ./.github/actions/build-unclog
18-
with:
19-
artifact-name: unclog # This is the 'release' artifact name
20-
2116
- name: Set up Go
2217
uses: actions/setup-go@v5
2318
with:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)