mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix
This commit is contained in:
parent
04d0cfd510
commit
096ea84af6
23
.github/workflows/release.yml
vendored
23
.github/workflows/release.yml
vendored
@ -70,26 +70,9 @@ jobs:
|
|||||||
needs: [build-win32,build-linux]
|
needs: [build-win32,build-linux]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Linux Amd64
|
- name: Download All Artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
|
||||||
name: NapCat.linux.amd64
|
|
||||||
- name: Download Linux Arm64
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: NapCat.linux.arm64
|
|
||||||
- name: Download Darwin Arm64
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: NapCat.darwin.arm64
|
|
||||||
- name: Download Darwin Amd64
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: NapCat.darwin.amd64
|
|
||||||
- name: Download Window Amd.64
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: NapCat.win32.amd64
|
|
||||||
- name: Create Release Draft and Upload Artifacts
|
- name: Create Release Draft and Upload Artifacts
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user