diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 41250bf..57b3a0c 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -33,4 +33,4 @@ jobs: $commit_ts=git show --no-patch --format=%at gh release create -R "andyvorld/LGSTrayBattery-nightly" ` $commit_ts ` - bin\Release\publish\*.zip \ No newline at end of file + ./bin/Release/publish/*.zip \ No newline at end of file