mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 04:30:24 +00:00
bootstrap_archives.yml: bootstrap generation based on pacman
This commit is contained in:
2
.github/workflows/bootstrap_archives.yml
vendored
2
.github/workflows/bootstrap_archives.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Git clone
|
||||
uses: actions/checkout@v2
|
||||
- name: Create bootstrap archive
|
||||
run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }}
|
||||
run: ./scripts/generate-bootstraps.sh --pm pacman --architectures ${{ matrix.arch }}
|
||||
- name: Store artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user