Skip to content

Commit 5a9da60

Browse files
committed
up
1 parent c84efac commit 5a9da60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: npm run build
2626

2727
- name: Release
28-
uses: softprops/action-gh-release@v2
29-
with:
30-
files: |
31-
${{ github.workspace }}/release/dilidili.*
32-
token: ${{ secrets.GH_TOKEN }}
28+
uses: softprops/action-gh-release@v2
29+
with:
30+
files: |
31+
${{ github.workspace }}/release/dilidili.*
32+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)