Skip to content

Commit

Permalink
debian actions cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 8, 2025
1 parent 8659923 commit 9b8598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ubuntu-${{ matrix.ubuntu-version }}
path: ./*.deb
path: ./mmx-node-*.deb

- name: Upload a Build Artifact to release
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./*.deb
file: ./mmx-node-*.deb
file_glob: true
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 9b8598e

Please sign in to comment.