Skip to content

Commit 9ab98a0

Browse files
authored
Update dll.yaml
1 parent 5bbce82 commit 9ab98a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dll.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
sudo apt-get update
1818
sudo apt-get install -y build-essential cmake gcc g++ mingw-w64
1919
20-
- name: Clona repository lexbor
21-
uses: actions/checkout@v3
20+
- name: Clone repository lexbor
21+
uses: actions/checkout@v4
2222
with:
2323
repository: lexbor/lexbor
2424
ref: e01ece21c216a1ef0147cefcd77782d2d25d7d4a
@@ -33,10 +33,10 @@ jobs:
3333
- name: Rename DLL
3434
working-directory: ./lexbor
3535
run: |
36-
mv build/lexbor/liblexbor.dll build/lexbor/lexbor.dll
36+
mv liblexbor.dll lexbor.dll
3737
3838
- name: Upload DLL as artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: lexbor-dll
42-
path: ./lexbor/build/lexbor/lexbor.dll
42+
path: ./lexbor/lexbor.dll

0 commit comments

Comments
 (0)