Skip to content

Commit

Permalink
update dev ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed May 16, 2024
1 parent 537bec4 commit fb450ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.parse_version.outputs.VERSION }}-dev
commit: dev
artifacts: |
kernel/kpimg-linux
kernel/kpimg-android
Expand Down Expand Up @@ -130,7 +129,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.parse_version.outputs.VERSION }}-dev
commit: dev
artifacts: |
kpuser.zip
allowUpdates: true
Expand Down Expand Up @@ -188,7 +186,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.parse_version.outputs.VERSION }}-dev
commit: dev
artifacts: |
user/build/android/kpatch-android
user/build/android/libapjni.so
Expand Down Expand Up @@ -234,7 +231,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.parse_version.outputs.VERSION }}-dev
commit: dev
artifacts: |
tools/build/kptools-linux
allowUpdates: true
Expand Down Expand Up @@ -277,7 +273,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.parse_version.outputs.VERSION }}-dev
commit: dev
artifacts: |
tools/build/kptools-mac
allowUpdates: true
Expand Down

0 comments on commit fb450ed

Please sign in to comment.