release workflow

This commit is contained in:
Simon Larsen 2023-05-02 21:52:58 +01:00
parent 050a7aed0f
commit 46db8cfce2
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -7,6 +7,27 @@ on:
jobs: jobs:
github-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Compress into a Tarball
uses: a7ul/tar-action@v1.1.0
id: compress
with:
command: c
cwd: ../
files: |
.
outPath: release.tar.gz
- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz"
tag: 6.0.$CI_PIPELINE_ID
artifactErrorsFailBuild: true
workflow-release: workflow-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env: