Skip to content

Commit

Permalink
Update package_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
God-2077 authored Jul 19, 2024
1 parent f1002a9 commit 73d5450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: |
echo $env:GITHUB_TOKEN | gh auth login --with-token;
gh release create ${{ github.event.inputs.tag_name }} --title "${{ github.event.inputs.release_name }}" --notes "Release ${{ github.event.inputs.release_name }}";
Get-ChildItem -Recurse -Filter *.exe | ForEach-Object { gh release upload ${{ github.event.inputs.tag_name }} $_.FullName --clobber }
Get-ChildItem -Recurse -Filter *.exe | ForEach-Object { gh release upload ${{ github.event.inputs.tag_name }} $_.FullName --clobber --no-tty }

0 comments on commit 73d5450

Please sign in to comment.