File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,14 @@ jobs:
12
12
build-translation :
13
13
runs-on : windows-latest
14
14
steps :
15
- - name : " Get Short SHA"
16
- id : " get-short-sha"
17
- shell : pwsh
18
- run : echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 8))" >> $env:GITHUB_ENV
19
15
- name : Checkout code
20
16
uses : actions/checkout@v3
21
- - name : Build solution in Debug configuration (with multilingual)
17
+ - name : Install Multilingual App Toolkit extension
18
+ uses : microcompiler/install-vsix@db1f973c3d24d1ddc0c38f14d0e1e3a85b2ccb21
19
+ with :
20
+ packagename : ' dts-publisher.mat2022'
21
+ - name : Build solution in Debug configuration
22
22
uses : ./.github/actions/build-solution
23
23
with :
24
24
build-mode : " Debug"
25
- version : " 2.2.*"
26
- compile-langs : true
27
- - name : Package output
28
- uses : actions/upload-artifact@v3
29
- with :
30
- name : ${{ format('winnut-client-debug-{0}', env.SHORT_SHA) }}
31
- if-no-files-found : error
32
- path : WinNUT_V2/WinNUT-Client/bin/Debug
25
+ version : " ${{ vars.PRERELEASE_VERSION }}.*"
You can’t perform that action at this time.
0 commit comments