Исправлен workflow
This commit is contained in:
parent
474b937220
commit
d090d1ab19
@ -58,9 +58,9 @@ jobs:
|
|||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
runs-on: windows
|
runs-on: windows
|
||||||
# defaults:
|
defaults:
|
||||||
# run:
|
run:
|
||||||
# shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- name: check-out repository code
|
- name: check-out repository code
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
@ -121,6 +121,11 @@ jobs:
|
|||||||
name: mousesoft_dput_profile
|
name: mousesoft_dput_profile
|
||||||
path: /etc/dput.d/profiles/
|
path: /etc/dput.d/profiles/
|
||||||
|
|
||||||
|
- name: delete dput profile
|
||||||
|
uses: geekyeggo/delete-artifact@v1
|
||||||
|
with:
|
||||||
|
name: mousesoft_dput_profile
|
||||||
|
|
||||||
- name: download debian amd64 package
|
- name: download debian amd64 package
|
||||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -12,6 +12,7 @@
|
|||||||
"dput",
|
"dput",
|
||||||
"drawio",
|
"drawio",
|
||||||
"errcheck",
|
"errcheck",
|
||||||
|
"geekyeggo",
|
||||||
"gitea",
|
"gitea",
|
||||||
"gocov",
|
"gocov",
|
||||||
"GOPATH",
|
"GOPATH",
|
||||||
|
Loading…
Reference in New Issue
Block a user