Skip to content

Commit 18a83ec

Browse files
committedOct 10, 2024·
24.06.2.1-t2 "Endeavour Neo-T2"
1 parent 3829e8c commit 18a83ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout Repo
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Build In Docker
1010
run: |
1111
cat << EOF > entrypoint.sh
@@ -34,7 +34,7 @@ jobs:
3434
run: sha512sum *.pkg.tar.*
3535

3636
- name: Upload Built Packages
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: built-packages
4040
path: ${{ github.workspace }}/*.pkg.tar.*

‎PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pkgname=calamares-eos-t2
88
pkgver=24.06.2.1
99
pkgrel=2
10-
release_name="Endeavour-T2"
10+
release_name="Endeavour Neo-T2"
1111
pkgdesc="Calamares installer for EndeavourOS for Macs with T2 security chip"
1212
arch=('any')
1313
url="https://github.com/t2linux/calamares-eos-t2"

0 commit comments

Comments
 (0)
Please sign in to comment.