Skip to content

Commit

Permalink
NO
Browse files Browse the repository at this point in the history
  • Loading branch information
MunaAlaneme committed Nov 15, 2024
1 parent 67f6ad0 commit 911c653
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/BuildWin64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# permissions:
# contents: write
# pull-requests: write
# repository-projects: write
name: Build Workflow

on:
Expand All @@ -14,6 +10,9 @@ on:

permissions:
contents: write
releases: write
pull-requests: write
repository-projects: write

jobs:
build-windows:
Expand Down Expand Up @@ -78,14 +77,17 @@ jobs:
#shell: pwsh
- name: Upload Release Asset
#id: upload-release-asset
uses: actions/[email protected]
#env:
#uses: actions/[email protected]
uses: softprops/[email protected]
env:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.variables.MY_PERSONAL_ACCESS_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
#asset_path: dist/MicrosoftCopilotClickerPygame-Windows-amd64.exe
#asset_path: ${{ env.asset }}
asset_path: dist.zip
asset_name: MicrosoftCopilotClickerPygame-Windows-amd64.zip
asset_content_type: application/zip
#token: ${{ secrets.variables.MY_PERSONAL_ACCESS_TOKEN }}
files: dist.zip
#upload_url: ${{ steps.create_release.outputs.upload_url }}
##asset_path: dist/MicrosoftCopilotClickerPygame-Windows-amd64.exe
##asset_path: ${{ env.asset }}
#asset_path: dist.zip
#asset_name: MicrosoftCopilotClickerPygame-Windows-amd64.zip
#asset_content_type: application/zip
##token: ${{ secrets.variables.MY_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 911c653

Please sign in to comment.