Skip to content

VCF Generator Lite v4.2.1 #10

VCF Generator Lite v4.2.1

VCF Generator Lite v4.2.1 #10

Workflow file for this run

name: Release App
on:
release:
types: [ published ]
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
release:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download All Packages
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Release Upload Assets
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.release.tag_name }} \
*_portable.zip \
*_setup.exe \
*_zipapp.pyzw \
--clobber --repo $GITHUB_REPOSITORY