Skip to content

Commit eef9a13

Browse files
committed
Fixed build workflow.
1 parent aea6382 commit eef9a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v2
1515
- name: Build
1616
run: msbuild -property:Configuration=Release
1717
- name: Upload Artifact
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: target
2121
path: target/dist

0 commit comments

Comments
 (0)