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 c40b4bb commit 1773cfbCopy full SHA for 1773cfb
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet publish --configuration Release --output ./publish ./src/ImeWlConverterCmd
30
31
- name: Archive artifacts
32
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
33
with:
34
name: Cmd
35
path: ./publish
.github/workflows/winform.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet publish --configuration Release --output ./publish "./src/IME WL Converter Win"
25
26
27
28
name: WinFormApp
0 commit comments