commit d61cdbf0c418c112bfde993663e6ddad05cb3481 parent b738b1f03a7d3843ce259d32b2b1b00a86c12bab Author: BillKek <51540758+BillKek@users.noreply.github.com> Date: Fri, 2 Jul 2021 13:21:37 +0300 fix path Diffstat:
| M | .github/workflows/ci.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -60,4 +60,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: WindowsBinaries - path: ./winbin + path: ./winbin/
