Skip to content

Commit 02e87c9

Browse files
committed
Applying previous changes to translation workflow
1 parent 57c01c9 commit 02e87c9

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/build-translation.yaml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,14 @@ jobs:
1212
build-translation:
1313
runs-on: windows-latest
1414
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
1915
- name: Checkout code
2016
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
2222
uses: ./.github/actions/build-solution
2323
with:
2424
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 }}.*"

0 commit comments

Comments
 (0)