Skip to content

Commit dfbab06

Browse files
HerrCai0907atc-github
authored andcommitted
chore(ci): fix release pipeline (#115)
GitHub Enterprise Edition does not support actions/upload-artifact@v4
1 parent 551b315 commit dfbab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: ./.github/action/build
2020
with:
2121
CMAKE_ARGS: "-DWARPO_RELEASE=ON"
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v3
2323
with:
2424
name: bin-${{ runner.os }}
2525
path: build/tools/asc/warpo_asc

0 commit comments

Comments
 (0)