Skip to content

Commit 43abd20

Browse files
committed
Upload OS Packages as well
1 parent 38e719b commit 43abd20

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.forgejo/workflows/gradle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,17 @@ jobs:
5959
name: JFileSync3-${{ github.ref_name }}
6060
path: JFileSync3/*
6161
retention-days: 5
62+
63+
- name: Archive Debian Package
64+
uses: actions/upload-artifact@v4
65+
with:
66+
name: JFileSync3-${{ github.ref_name }}-Debian
67+
path: build/distributions/*.deb
68+
retention-days: 50
69+
70+
- name: Archive RPM Package
71+
uses: actions/upload-artifact@v4
72+
with:
73+
name: JFileSync3-${{ github.ref_name }}-RPM
74+
path: build/distributions/*.rpm
75+
retention-days: 10

.github/workflows/gradle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,17 @@ 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: JFileSync3-${{ github.ref_name }}-Debian
64+
path: build/distributions/*.deb
65+
retention-days: 50
66+
67+
- name: Archive RPM Package
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: JFileSync3-${{ github.ref_name }}-RPM
71+
path: build/distributions/*.rpm
72+
retention-days: 10

0 commit comments

Comments
 (0)