mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Update main.yml
Fixing git checkout branch
This commit is contained in:
parent
7844524b11
commit
43d0f361c1
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Prepare buildroot
|
- name: Prepare buildroot
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/buildroot/buildroot.git .buildroot
|
git clone --single-branch -b 2022.02 https://github.com/buildroot/buildroot.git .buildroot
|
||||||
# Copy files
|
# Copy files
|
||||||
echo "Copying files"
|
echo "Copying files"
|
||||||
cp -Ru files/* .buildroot
|
cp -Ru files/* .buildroot
|
||||||
@ -118,4 +118,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: arpl-${{ steps.build.outputs.VERSION }}.img.zip
|
files: |
|
||||||
|
arpl-${{ steps.build.outputs.VERSION }}.img.zip
|
||||||
|
.buildroot/output/images/bzImage
|
||||||
|
.buildroot/output/images/rootfs.cpio.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user