diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe40770..85900e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: '/home/runner/work/pslink/pslink/target/x86_64-unknown-linux-musl/release/pslink' \ No newline at end of file + args: 'pslink_linux_64bit' \ No newline at end of file