Skip to content

Try another release action #2

Try another release action

Try another release action #2

Workflow file for this run

name: Publish release
on:
push:
tags:
- "*"
jobs:
publish:
name: Publish release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create archive
run: |
git archive --format=zip --prefix=kdb_brugbyen/ HEAD -o kdb_brugbyen.zip
- name: Release
uses: softprops/action-gh-release@v2
with:
files: kdb_brugbyen.zip