mirror of
https://github.com/AuxXxilium/arc-patches.git
synced 2024-11-23 14:50:55 +07:00
build: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
6f4c117a60
commit
9c78f2814e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "format %y.%m.$d or auto"
|
description: "version"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
latest:
|
latest:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Patches Package
|
- name: Build Patches Package
|
||||||
run: |
|
run: |
|
||||||
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
|
zip -9j patches.zip -j *.patch *.sh VERSION modulelist
|
||||||
sha256sum patches.zip >checksum.sha256
|
sha256sum patches.zip >checksum.sha256
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
- name: Upload to Artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user