We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ed5b8 commit 6b235a5Copy full SHA for 6b235a5
.github/workflows/windows.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- os: [windows-2025, windows-2022]
+ os: [windows-2025]
17
18
runs-on: ${{ matrix.os }}
19
@@ -31,14 +31,14 @@ jobs:
31
uses: actions/upload-artifact@v4.6.2
32
with:
33
name: cstojs-${{ matrix.os }}-artifact
34
- path: D:/a/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
+ path: C:/a/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
35
if-no-files-found: error
36
compression-level: 0
37
test:
38
needs: build
39
40
41
42
43
44
0 commit comments