Skip to content

Commit

Permalink
Merge pull request #31 from armarchindo/update
Browse files Browse the repository at this point in the history
Update autobuild.yml
  • Loading branch information
armarchindo authored Sep 12, 2024
2 parents caf87e3 + dc20bd9 commit 3f0068f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo -E apt-get clean
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main

Expand All @@ -83,7 +83,7 @@ jobs:
cp -rf ./out/${{ inputs.devices }}/* ./artifact/
- name: Delivering Package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: openwrt_package
path: ./artifact/*
Expand All @@ -106,4 +106,4 @@ jobs:
- ROOTFS File : ${{ inputs.rootfs }}
- ROOTFS Size : ${{ inputs.rootfs_size }}
- Firmware Information :
- ${{ inputs.fwinfo }}
- ${{ inputs.fwinfo }}

0 comments on commit 3f0068f

Please sign in to comment.