Skip to content

Commit ec96268

Browse files
committed
Upload all artifacts
1 parent 3a45563 commit ec96268

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ jobs:
2626
- name: Build unregistry
2727
run: ./build.sh ${{ inputs.unregistry_version }} ${{ inputs.build_version }}
2828

29-
- name: Upload Artifact
29+
- name: Upload unregistry Artifact
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: artifact
3333
path: unregistry_*.deb
34+
35+
- name: Upload docker-pussh Artifact
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: artifact
39+
path: docker-pussh_*.deb
3440

3541

3642
release-unregistry:

0 commit comments

Comments
 (0)