mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
23
.github/workflows/release.yml
vendored
23
.github/workflows/release.yml
vendored
@@ -70,26 +70,9 @@ jobs:
|
||||
needs: [build-win32,build-linux]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Linux Amd64
|
||||
uses: actions/download-artifact@v2
|
||||
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: Download All Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
- name: Create Release Draft and Upload Artifacts
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user