We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84efac commit 5a9da60Copy full SHA for 5a9da60
.github/workflows/test.yml
@@ -25,8 +25,8 @@ jobs:
25
run: npm run build
26
27
- name: Release
28
- uses: softprops/action-gh-release@v2
29
- with:
30
- files: |
31
- ${{ github.workspace }}/release/dilidili.*
32
- token: ${{ secrets.GH_TOKEN }}
+ uses: softprops/action-gh-release@v2
+ with:
+ files: |
+ ${{ github.workspace }}/release/dilidili.*
+ token: ${{ secrets.GH_TOKEN }}
0 commit comments