Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily committed Oct 5, 2023
1 parent a910ce0 commit 4dd22a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Padavan_3.4_kernal_toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
src_dir: /opt/rt-n56u
build_dir: /opt/rt-n56u/toolchain-mipsel
toolchain_dir: /opt/rt-n56u/toolchain-mipsel/toolchain-mipsel
toolchain_dir: /opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x
src_git: https://github.com/vipshmily/Padavan-3.4-KVR.git
jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Padavan_3.4_kernal_mipsel-linux-uclibc-gcc10.tar.xz
name: Padavan_3.4_kernal_toolchain1

on:
# release:
Expand All @@ -14,6 +14,7 @@ env:
build_dir: /opt/rt-n56u/toolchain-mipsel
toolchain_dir: /opt/rt-n56u/toolchain-mipsel/toolchain-3.4.x
src_git: https://github.com/vipshmily/Padavan-KVR.git
toolchain_name: padavan_toolchain.tar.xz
jobs:
build:
name: Build Padavan toolchain
Expand All @@ -36,14 +37,14 @@ jobs:
./clean_toolchain
./build_toolchain
cd $toolchain_dir
tar cJf ../mipsel-linux-uclibc-gcc10.tar.xz *
tar cJf ../toolchain_name *
- uses: actions/upload-artifact@v3
with:
name: toolchain
path: ${{ env.build_dir }}/mipsel-linux-uclibc-gcc10.tar.xz
path: ${{ env.build_dir }}/$toolchain_name
- uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.build_dir }}/mipsel-linux-uclibc-gcc10.tar.xz
file: ${{ env.build_dir }}/$toolchain_name
tag: toolchain
overwrite: true

0 comments on commit 4dd22a6

Please sign in to comment.