diff --git a/.github/workflows/BuildWin64.yml b/.github/workflows/BuildWin64.yml index 0a9d70c..425fb5e 100644 --- a/.github/workflows/BuildWin64.yml +++ b/.github/workflows/BuildWin64.yml @@ -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/upload-release-asset@v1.0.2 @@ -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 \ No newline at end of file