Skip to content

Commit

Permalink
Update a.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 13, 2023
1 parent 0e65587 commit 00dc116
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
build-kernel:
runs-on: ubuntu-latest
env:
UPLOAD: ${{ secrets.DEVUPLOAD }}
steps:
- uses: actions/checkout@v3
- name: Setup Requirement
Expand All @@ -22,6 +20,8 @@ jobs:
mkdir clang && git clone -b clang-12.0 https://github.com/roniwae/RastaMod69-Clang.git clang --depth=1
- name: Build kernel
env:
DEVUPLOAD: ${{ secrets.DEVUPLOAD }}
run: |
export KBUILD_BUILD_USER="@roniwae"
export KBUILD_BUILD_HOST="CahKemplo"
Expand Down Expand Up @@ -59,6 +59,8 @@ jobs:
cd ..
- name: Upload to devupload
env:
DEVUPLOAD: ${{ secrets.DEVUPLOAD }}
run: |
if [[ -f "$ZIPNAME" ]]; then
bash <(curl -s https://devuploads.com/upload.sh) -f "$ZIPNAME" -k "$DEVUPLOAD"
Expand Down

0 comments on commit 00dc116

Please sign in to comment.