File tree 2 files changed +47
-0
lines changed
2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Package
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ workflow_dispatch :
7
+
8
+ jobs :
9
+ build :
10
+ uses : tau-OS/github-actions/.github/workflows/build-rpm.yml@main
11
+ with :
12
+ name : " tau-themes"
13
+ archs : noarch
14
+ sign :
15
+ needs :
16
+ - build
17
+ uses : tau-OS/github-actions/.github/workflows/sign-rpm.yml@main
18
+ if : github.ref == 'refs/heads/main'
19
+ with :
20
+ name : " tau-themes"
21
+ secrets :
22
+ signingKey : ${{ secrets.GPG_PRIVATE_KEY }}
23
+ upload :
24
+ needs :
25
+ - sign
26
+ uses : tau-OS/github-actions/.github/workflows/upload-rpm.yml@main
27
+ with :
28
+ name : " tau-themes"
29
+ tauOSVersion : " 1.1"
30
+ secrets :
31
+ teleportIdentity : ${{ secrets.TELEPORT_IDENTITY }}
32
+ packageAdwFlatpak :
33
+ uses : tau-OS/github-actions/.github/workflows/build-flatpak.yml@main
34
+ with :
35
+ manifest : " flatpak/org.gtk.Gtk3theme.adw-gtk3.yaml"
36
+ secrets :
37
+ repoToken : ${{ secrets.FLATPAK_REPO_TOKEN }}
38
+ packageAdwDarkFlatpak :
39
+ uses : tau-OS/github-actions/.github/workflows/build-flatpak.yml@main
40
+ with :
41
+ manifest : " flatpak/org.gtk.Gtk3theme.adw-gtk3-dark.yaml"
42
+ secrets :
43
+ repoToken : ${{ secrets.FLATPAK_REPO_TOKEN }}
Original file line number Diff line number Diff line change
1
+ * .tar.gz
2
+ * .rpm
3
+ * .flatpak-builder
4
+ * .log
You can’t perform that action at this time.
0 commit comments