# triggers a release or a release candidate based on the version defined in package.json name: Archive JetBrains Mono on: workflow_dispatch: jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - name: Archive font package zip files run: | cd -- "$GITHUB_WORKSPACE/bin/scripts" ./archive-fonts.sh JetBrainsMono