Update main.yml
parent
18ee720271
commit
86f24caa19
|
@ -74,18 +74,18 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./Linux Build/DeGourou.bin
|
asset_path: ./Linux Build/DeGourou.bin
|
||||||
asset_name: DeGourou
|
asset_name: DeGourou-linux
|
||||||
asset_content_type: application/gzip
|
asset_content_type: application/gzip
|
||||||
|
|
||||||
# - name: upload darwin artifact
|
- name: upload darwin artifact
|
||||||
# uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
# env:
|
env:
|
||||||
# GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
# with:
|
with:
|
||||||
# upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
# asset_path: ./bin/azblogfilter.darwin-amd64.tar.gz
|
asset_path: ./macOS Build/DeGourou.bin
|
||||||
# asset_name: azblogfilter.darwin-amd64.tar.gz
|
asset_name: DeGourou-macOS.bin
|
||||||
# asset_content_type: application/gzip
|
asset_content_type: application/gzip
|
||||||
|
|
||||||
- name: upload windows artifact
|
- name: upload windows artifact
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
@ -94,5 +94,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./Windows Build/DeGourou.exe
|
asset_path: ./Windows Build/DeGourou.exe
|
||||||
asset_name: DeGourou.exe
|
asset_name: DeGourou-windows.exe
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
Loading…
Reference in New Issue