Skip to content

Commit

Permalink
release job fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Oct 27, 2024
1 parent be7bd03 commit 8624339
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 @@ -221,8 +221,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: PotatoDrive_${{ env.VERSION}}.msi
asset_name: PotatoDrive-${{ env.VERSION }}.msi
asset_path: PotatoDrive_${{ needs.build.outputs.VERSION }}.msi
asset_name: PotatoDrive-${{ needs.build.outputs.VERSION }}.msi
asset_content_type: application/x-msi
- name: upload amd64 deb
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8624339

Please sign in to comment.