Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
medcelerate committed Feb 17, 2023
1 parent 20bc086 commit e36c15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./uploads/PomfortProxyMac.zip
asset_name: PomfortProxy
asset_name: PomfortProxyMac.zip
asset_content_type: application/zip
- name: upload windows
id: upload-windows
Expand All @@ -91,6 +91,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./uploads/PomfortProxyWindows.zip
asset_name: PomfortProxy.exe
asset_name: PomfortProxyWin.zip
asset_content_type: application/zip

0 comments on commit e36c15c

Please sign in to comment.