@@ -17,10 +17,10 @@ jobs:
17
17
include :
18
18
- os : linux
19
19
runner : ubuntu-latest
20
- file : sd -extract-output
20
+ file : di -extract-output
21
21
- os : windows
22
22
runner : windows-latest
23
- file : sd -extract-output.exe
23
+ file : di -extract-output.exe
24
24
runs-on : ${{ matrix.runner }}
25
25
steps :
26
26
- uses : actions/checkout@v4
43
43
- name : Сохранение файла в артифакты
44
44
uses : actions/upload-artifact@v4
45
45
with :
46
- name : sd -extract-output_${{ matrix.os }}
46
+ name : di -extract-output_${{ matrix.os }}
47
47
path : target/release/${{ matrix.file }}
48
48
49
49
publish :
@@ -55,12 +55,12 @@ jobs:
55
55
- name : Загрузка бинарного файла linux из артефактов
56
56
uses : actions/download-artifact@v4
57
57
with :
58
- name : sd -extract-output_linux
58
+ name : di -extract-output_linux
59
59
path : artifacts
60
60
- name : Загрузка бинарного файла windows из артефактов
61
61
uses : actions/download-artifact@v4
62
62
with :
63
- name : sd -extract-output_windows
63
+ name : di -extract-output_windows
64
64
path : artifacts
65
65
- name : Получение версии приложения из Cargo.toml
66
66
id : app_version
@@ -69,10 +69,10 @@ jobs:
69
69
cargo_toml_folder : ./
70
70
- name : Переименование файлов
71
71
run : |
72
- mv artifacts/sd -extract-output artifacts/sd -extract-output_v${{ steps.app_version.outputs.app_version }}_linux_x64 && \
73
- mv artifacts/sd -extract-output.exe artifacts/sd -extract-output_v${{ steps.app_version.outputs.app_version }}_windows_x64.exe
72
+ mv artifacts/di -extract-output artifacts/di -extract-output_v${{ steps.app_version.outputs.app_version }}_linux_x64 && \
73
+ mv artifacts/di -extract-output.exe artifacts/di -extract-output_v${{ steps.app_version.outputs.app_version }}_windows_x64.exe
74
74
- name : Публикация файлов
75
75
run : |
76
76
gh release create "v${{ steps.app_version.outputs.app_version }}" \
77
- 'artifacts/sd -extract-output_v${{ steps.app_version.outputs.app_version }}_linux_x64' \
78
- 'artifacts/sd -extract-output_v${{ steps.app_version.outputs.app_version }}_windows_x64.exe'
77
+ 'artifacts/di -extract-output_v${{ steps.app_version.outputs.app_version }}_linux_x64' \
78
+ 'artifacts/di -extract-output_v${{ steps.app_version.outputs.app_version }}_windows_x64.exe'
0 commit comments