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 c3ad750 commit 4cdbf95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
echo 测试 >./测试/测试.txt
mkdir ./test
echo test >./test/test.txt
- name: upload test
- name: upload testc
uses: actions/upload-artifact@v4
with:
name: 测试
path: ./测试
- name: upload teste
uses: actions/upload-artifact@v4
with:
name: test
path: ./test
- name: release testc
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 4cdbf95

Please sign in to comment.