Skip to content

Commit

Permalink
modified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 authored and YinMo19 committed Nov 28, 2024
1 parent 5a61c35 commit 0805314
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ jobs:
with:
name: ${{ matrix.archive-name }}
path: archive/${{ matrix.archive-name }}

- name: Release
uses: softprops/action-gh-release@v2
with:
files: archive/${{ matrix.archive-name }}
draft: true
fail_on_unmatched_files: true

0 comments on commit 0805314

Please sign in to comment.