Skip to content

Commit

Permalink
24.06.2.1-t2 "Endeavour Neo-T2"
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Oct 10, 2024
1 parent 3829e8c commit 18a83ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build In Docker
run: |
cat << EOF > entrypoint.sh
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: sha512sum *.pkg.tar.*

- name: Upload Built Packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: built-packages
path: ${{ github.workspace }}/*.pkg.tar.*
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pkgname=calamares-eos-t2
pkgver=24.06.2.1
pkgrel=2
release_name="Endeavour-T2"
release_name="Endeavour Neo-T2"
pkgdesc="Calamares installer for EndeavourOS for Macs with T2 security chip"
arch=('any')
url="https://github.com/t2linux/calamares-eos-t2"
Expand Down

0 comments on commit 18a83ec

Please sign in to comment.