Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony91590 authored Jun 1, 2024
1 parent 4b99503 commit 4429250
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ on: push
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: apt update
run: sudo apt update
- name: apt install
run: sudo apt install -y liblzo2-dev mtd-utils squashfs-tools fakeroot
- name: clean
run: sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
- name: pip upgrade
run: python -m pip install --upgrade pip
- name: pip install
run: pip install python-lzo ubi_reader
- name: make
run: make

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: miwifi_r3600_all_6510e_3.0.22_INT_SSH.bin
path: miwifi_r3600_all_6510e_3.0.22_INT_SSH.bin
path: miwifi_r3600_all_6510e_3.0.22_INT_SSH.bin

0 comments on commit 4429250

Please sign in to comment.