1
0
Fork 0

Merging upstream version 0.0.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 15:21:10 +01:00
parent 5a3ffa62e4
commit cb2e838cdf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 41 additions and 21 deletions

View file

@ -8,15 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Archive
run: make inotify-info-${{ github.ref_name }}.tar.gz
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
files: inotify-info-${{ github.ref_name }}.tar.gz
generate_release_notes: true
draft: true
prerelease: true