Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxindada authored Oct 11, 2024
1 parent e0f01bd commit 1bfd8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8.x"

Expand All @@ -43,7 +43,7 @@ jobs:
7za a magiskboot.7z out/*
- name: Upload output to GH-Release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1
with:
artifacts: "${{ github.workspace }}/magiskboot/magiskboot.7z"
name: "Magiskboot-${{ env.MAGISK_VERSION }}"
Expand Down

0 comments on commit 1bfd8cd

Please sign in to comment.