From e7f32037f7f4bf54a579f29d2963beba6bc8a582 Mon Sep 17 00:00:00 2001 From: BitlyTwiser Date: Sun, 15 Sep 2024 12:07:18 -0700 Subject: [PATCH] Renaming paths --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14f483e..9a8e457 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./apprunner.zip + asset_path: ./apprunner_linux.zip asset_name: apprunner${{ steps.version_date.outputs.date }}_binary_linux.zip asset_content_type: application/zip @@ -99,6 +99,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./apprunner.zip + asset_path: ./apprunner_macos.zip asset_name: apprunner${{ steps.version_date.outputs.date }}_binary_macos.zip asset_content_type: application/zip \ No newline at end of file