summaryrefslogtreecommitdiff
path: root/.github/workflows/build-binary-packages.yml
diff options
context:
space:
mode:
authorArianna Masciolini <uzkamascio@gmail.com>2025-08-08 20:15:37 +0200
committerArianna Masciolini <uzkamascio@gmail.com>2025-08-08 20:15:37 +0200
commit7d018dde6276a18388f5429d5953adee927a1ea1 (patch)
tree011cc5b32f8e8ee9d0df3f2c9f44f4d861bbf5a0 /.github/workflows/build-binary-packages.yml
parent5ca230dd2a7b5481ce29a2e015771289b4acb776 (diff)
do not upload release assets
Diffstat (limited to '.github/workflows/build-binary-packages.yml')
-rw-r--r--.github/workflows/build-binary-packages.yml48
1 files changed, 24 insertions, 24 deletions
diff --git a/.github/workflows/build-binary-packages.yml b/.github/workflows/build-binary-packages.yml
index 40f10c8bb..f4c1a5b5e 100644
--- a/.github/workflows/build-binary-packages.yml
+++ b/.github/workflows/build-binary-packages.yml
@@ -66,14 +66,14 @@ jobs:
run: |
mv dist/gf_*.deb dist/gf-${{ github.event.release.tag_name }}-${{ matrix.os }}.deb
- - uses: actions/upload-release-asset@v1.0.2
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- upload_url: ${{ github.event.release.upload_url }}
- asset_path: dist/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
+ #- uses: actions/upload-release-asset@v1.0.2
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # with:
+ # upload_url: ${{ github.event.release.upload_url }}
+ # asset_path: dist/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
# ---
@@ -121,14 +121,14 @@ jobs:
run: |
mv dist/gf-*.pkg dist/gf-${{ github.event.release.tag_name }}-macos.pkg
- - uses: actions/upload-release-asset@v1.0.2
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- upload_url: ${{ github.event.release.upload_url }}
- asset_path: dist/gf-${{ github.event.release.tag_name }}-macos.pkg
- asset_name: gf-${{ github.event.release.tag_name }}-macos.pkg
- asset_content_type: application/octet-stream
+ #- uses: actions/upload-release-asset@v1.0.2
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # with:
+ # upload_url: ${{ github.event.release.upload_url }}
+ # asset_path: dist/gf-${{ github.event.release.tag_name }}-macos.pkg
+ # asset_name: gf-${{ github.event.release.tag_name }}-macos.pkg
+ # asset_content_type: application/octet-stream
# ---
@@ -230,11 +230,11 @@ jobs:
- name: Create archive
run: |
Compress-Archive C:\tmp-dist C:\gf-${{ github.event.release.tag_name }}-windows.zip
- - uses: actions/upload-release-asset@v1.0.2
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- upload_url: ${{ github.event.release.upload_url }}
- asset_path: C:\gf-${{ github.event.release.tag_name }}-windows.zip
- asset_name: gf-${{ github.event.release.tag_name }}-windows.zip
- asset_content_type: application/zip
+ #- uses: actions/upload-release-asset@v1.0.2
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # with:
+ # upload_url: ${{ github.event.release.upload_url }}
+ # asset_path: C:\gf-${{ github.event.release.tag_name }}-windows.zip
+ # asset_name: gf-${{ github.event.release.tag_name }}-windows.zip
+ # asset_content_type: application/zip