Skip to content

Commit b033fc4

Browse files
committed
Test DEB Upload
1 parent 38e719b commit b033fc4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ jobs:
5656
name: JFileSync3-${{ github.ref_name }}
5757
path: JFileSync3/*
5858
retention-days: 5
59+
60+
- name: Archive Debian Package
61+
uses: actions/upload-artifact@v4
62+
with:
63+
name: jfilesync_3.0~SNAPSHOT_all.deb
64+
path: build/distributions/jfilesync_3.0~SNAPSHOT_all.deb
65+
retention-days: 5

0 commit comments

Comments
 (0)