Skip to content

Commit

Permalink
remove tar of debs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalinghee committed Jan 15, 2024
1 parent 1aed78c commit 36eeb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ jobs:
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
- name: Build a tarball for the debs
run: tar -cvJf debs.tar.xz debs
# - name: Build a tarball for the debs
# run: tar -cvJf debs.tar.xz debs
- name: Attach to release
uses: softprops/action-gh-release@a929a66f232c1b11af63782948aa2210f981808a # PR#109
env:
Expand Down

0 comments on commit 36eeb41

Please sign in to comment.