forked from ms/transocks
Исправлен workflow
This commit is contained in:
parent
772861994f
commit
4b557c52c2
@ -131,7 +131,7 @@ jobs:
|
|||||||
Port $SSH_PORT
|
Port $SSH_PORT
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
END
|
END
|
||||||
make deploy-deb
|
find -O1 . -name '*.changes' -exec dput mousesoft \{\} \;
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
uses: https://git.mousesoft.ru/actions/gitea-release-action@v1
|
uses: https://git.mousesoft.ru/actions/gitea-release-action@v1
|
||||||
|
2
makefile
2
makefile
@ -116,7 +116,7 @@ pkg-deb: ## Build debian package
|
|||||||
|
|
||||||
deploy-deb: ## Deploy debian packages
|
deploy-deb: ## Deploy debian packages
|
||||||
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
||||||
.PHONY:deploy
|
.PHONY:deploy-deb
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user