Skip to content

Commit

Permalink
Create test_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oniicyan authored Nov 8, 2024
1 parent 34fb9c4 commit e797c32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflow/test_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test release

on:
workflow_dispatch:

jobs:
test_release:
name: test release
runs-on: ubuntu-latest
steps:
- name: file test
run : |
mkdir ./测试
echo 测试 >./测试/测试.txt
- name: upload test
uses: actions/upload-artifact@v4
with:
name: upload test
path: ./测试

0 comments on commit e797c32

Please sign in to comment.