Skip to content

Commit

Permalink
fix: packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fouwels committed Dec 29, 2023
1 parent 40cbcb7 commit 7b9b8db
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2

release:
runs-on: ubuntu-latest
name: Release (Make)
steps:
- uses: actions/checkout@v4
- name: release application
run: make release

package:
runs-on: ubuntu-latest
name: Package (Make)
Expand All @@ -26,5 +34,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'artifact'
path: 'artifact.tar'
if-no-files-found: error
path: 'artifact.tar.gz'
if-no-files-found: error
compression-level: 0 # Already compressed

0 comments on commit 7b9b8db

Please sign in to comment.