Update main.yml

This commit is contained in:
Bipin
2023-02-23 15:16:00 +05:30
committed by GitHub
parent e03818d941
commit 1811473427

View File

@@ -73,7 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .*.bin
asset_path: ./Linux Build/*.bin
asset_name: DeGourou
asset_content_type: application/gzip
@@ -93,6 +93,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .*.exe
asset_path: ./Windows Build/*.exe
asset_name: DeGourou.exe
asset_content_type: application/zip