diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index ec6831ca..b9d2c511 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -26,7 +26,7 @@ jobs: uses: actions/upload-artifact@master with: name: "TREM-Lite.Windows_x64.exe" - path: D:/a/TREM/TREM/TREM.Electron/dev/*.exe + path: D:/a/TREM-Lite/TREM-Lite/dev/*.exe Linux_amd64: runs-on: ubuntu-latest