File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- static /demo.gif filter = lfs diff = lfs merge = lfs - text
1+ static /demo.gif - filter - diff - merge
Original file line number Diff line number Diff line change 1- iame : aur-publish
1+ name : aur-publish
22
33on :
44 push :
1414
1515 - name : Generate PKGBUILD
1616 run : |
17- deploy/make-pkgbuild ${{ github.ref }} > PKGBUILD
17+ deploy/make-pkgbuild $(echo $GITHUB_REF | sed 's/refs\/tags\///') > PKGBUILD
1818
1919 - name : Publish AUR package
2020 uses : KSXGitHub/github-actions-deploy-aur@v3.0.1
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ user. A change is always categorized based on the following types:
1212
1313If a change is breaking, this is mentioned and a major version is released.
1414
15+ # 2.3.2
16+
17+ ## Bug
18+
19+ - The ` .gitattributes ` file for ` git lfs ` now ensures that the lfs files are
20+ not downloaded by default, as this caused the AUR PKGBUILD to fail.
21+
1522# 2.3.1
1623
1724## Bug
You can’t perform that action at this time.
0 commit comments