@@ -24,14 +24,14 @@ jobs:
24
24
- name : Checkout
25
25
uses : actions/checkout@v2
26
26
27
- # - name: Download binary
28
- # uses: actions/download-artifact@v3
29
- # with:
30
- # name: lightdm-theme-neon-amd64
31
- # path: ./download
32
- #
33
- # - name: Export Checksum
34
- # run: echo "SHA256=$(cat ./download/sha256sum.txt | cut -d' ' -f1)" >> $GITHUB_ENV
27
+ - name : Download build
28
+ uses : actions/download-artifact@v3
29
+ with :
30
+ name : build.tar.gz
31
+ path : ./download
32
+
33
+ - name : Export Checksum
34
+ run : echo "SHA256=$(cat ./download/sha256sum.txt | cut -d' ' -f1)" >> $GITHUB_ENV
35
35
36
36
- name : Generate PKGBUILDs
37
37
run : ./.ci/generate-pkgbuild.sh ${{ inputs.version }} ${{ env.SHA256 }}
@@ -42,11 +42,11 @@ jobs:
42
42
name : lightdm-theme-neon-PKGBUILD
43
43
path : ./.pkgbuild/lightdm-theme-neon/*
44
44
45
- # - name: Upload lightdm-theme-neon-bin PKGBUILD
46
- # uses: actions/upload-artifact@v3
47
- # with:
48
- # name: lightdm-theme-neon-bin-PKGBUILD
49
- # path: ./.pkgbuild/lightdm-theme-neon-bin/*
45
+ - name : Upload lightdm-theme-neon-bin PKGBUILD
46
+ uses : actions/upload-artifact@v3
47
+ with :
48
+ name : lightdm-theme-neon-bin-PKGBUILD
49
+ path : ./.pkgbuild/lightdm-theme-neon-bin/*
50
50
51
51
- name : Publish lightdm-theme-neon
52
52
uses : KSXGitHub/github-actions-deploy-aur@v2.5.0
0 commit comments