Skip to content

Commit

Permalink
Maybe this one?
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jul 13, 2024
1 parent 8b5d715 commit a66ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/attach-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.assemble-release.outputs.release-dir }}/RealAntennas-${{ github.event.release.tag_name }}.zip
asset_path: ./RealAntennas.zip
asset_name: RealAntennas-${{ github.event.release.tag_name }}.zip
asset_content_type: application/zip

Expand Down

0 comments on commit a66ce0f

Please sign in to comment.