Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Jul 30, 2024
1 parent 51de2fa commit 73120ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
path: ./*.deb
retention-days: 1
name: ${{ github.job }}


build-centos:
runs-on: ubuntu-latest
Expand All @@ -54,6 +56,7 @@ jobs:
with:
path: ./*.rpm
retention-days: 1
name: ${{ github.job }}

github-release:
runs-on: ubuntu-latest
Expand All @@ -68,4 +71,5 @@ jobs:
automatic_release_tag: "latest"
prerelease: true
files: |
artifact/*
build-debian/*
build-centos/*

0 comments on commit 73120ed

Please sign in to comment.