mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-08 20:59:30 -06:00
do not upload release assets
This commit is contained in:
48
.github/workflows/build-binary-packages.yml
vendored
48
.github/workflows/build-binary-packages.yml
vendored
@@ -66,14 +66,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv dist/gf_*.deb dist/gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
mv dist/gf_*.deb dist/gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
||||||
|
|
||||||
- uses: actions/upload-release-asset@v1.0.2
|
#- uses: actions/upload-release-asset@v1.0.2
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
# upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: dist/gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
# asset_path: dist/gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
||||||
asset_name: gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
# asset_name: gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
|
||||||
asset_content_type: application/octet-stream
|
# asset_content_type: application/octet-stream
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
@@ -121,14 +121,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv dist/gf-*.pkg dist/gf-${{ github.event.release.tag_name }}-macos.pkg
|
mv dist/gf-*.pkg dist/gf-${{ github.event.release.tag_name }}-macos.pkg
|
||||||
|
|
||||||
- uses: actions/upload-release-asset@v1.0.2
|
#- uses: actions/upload-release-asset@v1.0.2
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
# upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: dist/gf-${{ github.event.release.tag_name }}-macos.pkg
|
# asset_path: dist/gf-${{ github.event.release.tag_name }}-macos.pkg
|
||||||
asset_name: gf-${{ github.event.release.tag_name }}-macos.pkg
|
# asset_name: gf-${{ github.event.release.tag_name }}-macos.pkg
|
||||||
asset_content_type: application/octet-stream
|
# asset_content_type: application/octet-stream
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
@@ -230,11 +230,11 @@ jobs:
|
|||||||
- name: Create archive
|
- name: Create archive
|
||||||
run: |
|
run: |
|
||||||
Compress-Archive C:\tmp-dist C:\gf-${{ github.event.release.tag_name }}-windows.zip
|
Compress-Archive C:\tmp-dist C:\gf-${{ github.event.release.tag_name }}-windows.zip
|
||||||
- uses: actions/upload-release-asset@v1.0.2
|
#- uses: actions/upload-release-asset@v1.0.2
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
# upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: C:\gf-${{ github.event.release.tag_name }}-windows.zip
|
# asset_path: C:\gf-${{ github.event.release.tag_name }}-windows.zip
|
||||||
asset_name: gf-${{ github.event.release.tag_name }}-windows.zip
|
# asset_name: gf-${{ github.event.release.tag_name }}-windows.zip
|
||||||
asset_content_type: application/zip
|
# asset_content_type: application/zip
|
||||||
|
|||||||
Reference in New Issue
Block a user