diff options
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7b40937..cab57f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -25,6 +25,6 @@ jobs: | |||
25 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |
26 | with: | 26 | with: |
27 | files: | | 27 | files: | |
28 | ./yue-windows-x86.7z | 28 | yue-windows-x86.7z |
29 | env: | 29 | env: |
30 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | 30 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |