There was an error while loading. Please reload this page.
1 parent 5bbce82 commit 9ab98a0Copy full SHA for 9ab98a0
1 file changed
.github/workflows/dll.yaml
@@ -17,8 +17,8 @@ jobs:
17
sudo apt-get update
18
sudo apt-get install -y build-essential cmake gcc g++ mingw-w64
19
20
- - name: Clona repository lexbor
21
- uses: actions/checkout@v3
+ - name: Clone repository lexbor
+ uses: actions/checkout@v4
22
with:
23
repository: lexbor/lexbor
24
ref: e01ece21c216a1ef0147cefcd77782d2d25d7d4a
@@ -33,10 +33,10 @@ jobs:
33
- name: Rename DLL
34
working-directory: ./lexbor
35
run: |
36
- mv build/lexbor/liblexbor.dll build/lexbor/lexbor.dll
+ mv liblexbor.dll lexbor.dll
37
38
- name: Upload DLL as artifact
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
41
name: lexbor-dll
42
- path: ./lexbor/build/lexbor/lexbor.dll
+ path: ./lexbor/lexbor.dll
0 commit comments