Skip to content

Commit

Permalink
Renaming paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BitlyTwiser committed Sep 15, 2024
1 parent 22faa8d commit e7f3203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit e7f3203

Please sign in to comment.