Skip to content

Commit

Permalink
v1.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 24, 2024
1 parent a9c4365 commit b593631
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 @@ -28,7 +28,7 @@ jobs:
cd mh
git fetch --tags --force
git fetch --unshallow
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace debian:buster bash -c "apt-get update && make -C mh deb-install-deps deb-export-archive deb-version deb-build
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace debian:buster bash -c "apt-get update && make -C mh deb-install-deps deb-export-archive deb-version deb-build"
ls ..
- name: list files
run: ls -l
Expand Down

0 comments on commit b593631

Please sign in to comment.