diff options
author | Li Jin <dragon-fly@qq.com> | 2021-07-30 16:14:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 16:14:35 +0800 |
commit | fff848db3f810d32aaa6a57b2ee1052db54eebb1 (patch) | |
tree | 923779b1c5f45817ea634d54c113752dde67e297 | |
parent | 436544001872228e85906daff33371ac2e274664 (diff) | |
download | yuescript-fff848db3f810d32aaa6a57b2ee1052db54eebb1.tar.gz yuescript-fff848db3f810d32aaa6a57b2ee1052db54eebb1.tar.bz2 yuescript-fff848db3f810d32aaa6a57b2ee1052db54eebb1.zip |
Update windows.yml
-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 }} |