Skip to content

Commit 521a24c

Browse files
committed
chore(ci): upload build artifact
1 parent 34f654b commit 521a24c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
image: localhost:5000/name/app:latest
4444
path: /release/.
4545

46+
- name: upload build artifact
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: build
50+
path: ${{ steps.extract.outputs.destination }}/actions-token-*.jar
51+
if-no-files-found: error
52+
retention-days: 14
53+
4654
- name: Create release
4755
uses: actions/create-release@v1
4856
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)