Skip to content

Commit

Permalink
Changed: Build bootstraps for android 10
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Jul 14, 2023
1 parent 6ac3a6a commit 322b22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap_archives.yml
Expand Up @@ -23,12 +23,12 @@ jobs:
- arm
- i686
- x86_64
if: github.repository == 'termux/termux-packages'
if: github.repository == 'agnostic-apollo/termux-packages'
steps:
- name: Git clone
uses: actions/checkout@v3
- name: Create bootstrap archive
run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }}
run: ./scripts/generate-bootstraps.sh --android10 --architectures ${{ matrix.arch }}
- name: Store artifacts
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "*.zip"
file_glob: true
release_name: "Bootstrap archives for Termux application"
release_name: "Bootstrap (android-10) archives for Termux application"
tag: ${{ steps.get_tag.outputs.tag_name }}
checksums: sha256,sha512,md5

0 comments on commit 322b22a

Please sign in to comment.