Skip to content

Commit 2e9a978

Browse files
committed
Merge branch 'main' into develop
2 parents f965a62 + 85fa5f1 commit 2e9a978

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
static/demo.gif filter=lfs diff=lfs merge=lfs -text
1+
static/demo.gif -filter -diff -merge

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iame: aur-publish
1+
name: aur-publish
22

33
on:
44
push:
@@ -14,7 +14,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ user. A change is always categorized based on the following types:
1212

1313
If 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

0 commit comments

Comments
 (0)