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