Skip to content

Commit

Permalink
ci/release: remove the release tarball from artifacts
Browse files Browse the repository at this point in the history
The github artifacts from the API are reproducible; there is no need to
redundantly generate and store them.
  • Loading branch information
motiejus committed May 22, 2024
1 parent c7520b4 commit dc28c4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc28c4e

Please # to comment.