Skip to content

Commit

Permalink
fixes1
Browse files Browse the repository at this point in the history
  • Loading branch information
catango committed Oct 20, 2024
1 parent 27f433e commit 6a5d0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
Receivers/unix
sparse-checkout-cone-mode: false
- uses: jtdor/build-deb-action@v1
id: build
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
source-dir: Receivers/unix
artifacts-dir: artifacts

- uses: actions/upload-artifact@v4
with:
name: scream-receiver-deb
path: ${{ steps.build.artifacts-dir }}
path: artifacts

0 comments on commit 6a5d0c0

Please sign in to comment.