Skip to content

Commit

Permalink
ci: 暂时取消all包,修正编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Jan 12, 2025
1 parent 59bc288 commit b28d30e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Lagrange.OneBot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ jobs:
source-dir: upload
destination-dir: ./lagrange/

- name: Prepare release files
uses: actions/upload-artifact@v4
with:
name: Lagrange.OneBot_all_${{ matrix.runtimeIdentifier }}_8.0
path: Lagrange.OneBot_${{ matrix.runtimeIdentifier }}_8.0.zip
# - name: Prepare release files
# uses: actions/upload-artifact@v4
# with:
# name: Lagrange.OneBot_all_${{ matrix.runtimeIdentifier }}_8.0
# path: Lagrange.OneBot_${{ matrix.runtimeIdentifier }}_8.0.zip

NightlyRelease:
name: Nightly Release
Expand All @@ -162,11 +162,11 @@ jobs:
run: |
git tag -f nightly
git push -f origin nightly
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: Lagrange.OneBot_all*
path: ./bin
# - name: Download Artifacts
# uses: actions/download-artifact@v4
# with:
# name: Lagrange.OneBot_all*
# path: ./bin
- name: Update Nightly Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit b28d30e

Please sign in to comment.