Skip to content

Commit

Permalink
Update test_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oniicyan authored Nov 8, 2024
1 parent a4d0bb7 commit c3ad750
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ jobs:
run : |
mkdir ./测试
echo 测试 >./测试/测试.txt
mkdir ./test
echo test >./test/test.txt
- name: upload test
uses: actions/upload-artifact@v4
with:
name: 测试
path: ./测试
- name: release test
- name: release testc
uses: svenstaro/upload-release-action@v2
with:
file: ./测试
tag: TEST
tag: TEST2
- name: release teste
uses: svenstaro/upload-release-action@v2
with:
file: ./test
tag: TEST2

0 comments on commit c3ad750

Please sign in to comment.