Skip to content

Commit

Permalink
Merge pull request #3 from OrioQuezac/workflow-release
Browse files Browse the repository at this point in the history
Create Release with workflow
  • Loading branch information
OrioQuezac authored Nov 30, 2023
2 parents 3e91b2e + 24e3457 commit 937fa99
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,20 @@ jobs:
path: |
*_amd64.deb
*.x86_64.rpm
release:
runs-on: ubuntu-latest
needs: nfpm
steps:
- name: Download Prometheus Artifacts
uses: actions/download-artifact@v3
with:
name: packages

- name: Upload to release
uses: pyTooling/Actions/releaser@r0
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
*.deb
*.rpm

0 comments on commit 937fa99

Please sign in to comment.