Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Apr 20, 2024
1 parent 6ecc117 commit 85b12ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd debian/artifacts
for _f in mimic*.deb; do sudo mv "$_f"Debian-12_$_f"; done
for _f in mimic*.deb; do sudo mv "$_f" "Debian-12_$_f"; done
gh release upload ${{ github.ref }} *.deb
build-noble:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85b12ae

Please sign in to comment.