Skip to content

Commit

Permalink
Update BuildWin64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MunaAlaneme committed Nov 14, 2024
1 parent fe3482b commit fa7adf7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/BuildWin64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
draft: true
prerelease: true
generateReleaseNotes: true
- name: Find Release Asset
id: find_asset
run: echo "asset=$(find dist -type f -name '*.exe')" >> $GITHUB_ENV
#- name: Find Release Asset
# id: find_asset
# run: echo "asset=$(find dist -type f -name '*.exe')" >> $GITHUB_ENV
- name: Compress Directory
run: zip -r dist.zip dist
- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
Expand All @@ -79,6 +81,7 @@ jobs:
#upload_url: ${{steps.create_release.outputs.upload_url}}
upload_url: ${{ steps.create_release.outputs.upload_url }}
#asset_path: dist/MicrosoftCopilotClickerPygame-Windows-amd64.exe
asset_path: ${{ env.asset }}
#asset_path: ${{ env.asset }}
asset_path: dist.zip
asset_name: MicrosoftCopilotClickerPygame-Windows-amd64.exe
asset_content_type: application/zip

0 comments on commit fa7adf7

Please sign in to comment.