diff options
Diffstat (limited to '')
-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 cab57f3..8352aaa 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -19,7 +19,7 @@ jobs: | |||
19 | run: msbuild Yuescript.sln /p:Configuration=release /p:Platform=x86 | 19 | run: msbuild Yuescript.sln /p:Configuration=release /p:Platform=x86 |
20 | - name: pack | 20 | - name: pack |
21 | if: startsWith(github.ref, 'refs/tags/') | 21 | if: startsWith(github.ref, 'refs/tags/') |
22 | run: (cd bin\windows\Release && 7z a yue-windows-x86.7z yue.exe) | 22 | run: (cd bin\windows\Release && 7z a ..\..\..\yue-windows-x86.7z yue.exe) |
23 | - name: release | 23 | - name: release |
24 | uses: softprops/action-gh-release@v1 | 24 | uses: softprops/action-gh-release@v1 |
25 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |