Skip to content

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsiddharth committed Jan 7, 2022
1 parent 69297bf commit 3489781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
asset_name: juet-internet-authenticator-linux-amd64
asset_content_type: application/octet-stream
- name: Upload Windows build (64-bit)
id: upload-windows
id: upload-windows-amd64
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
asset_name: juet-internet-authenticator-win32-amd64.exe
asset_content_type: application/octet-stream
- name: Upload Windows build (32-bit)
id: upload-windows
id: upload-windows-x86
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3489781

Please sign in to comment.