Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update upload-artifact and checkout license files
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Dec 18, 2023
1 parent a3d4a2b commit d75fc40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/luabitop_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
contents: write
steps:
## Get all source archives
- name: Get License
uses: actions/checkout@v4
with:
sparse-checkout: .
- name: Get LuaBitOp
run: Invoke-WebRequest -Uri http://bitop.luajit.org/download/LuaBitOp-${env:LUABITOP_VERSION}.zip -OutFile dll.zip
- name: Get Wireshark
Expand Down Expand Up @@ -55,7 +59,7 @@ jobs:

## Archive dll for download
- name: Archive DLL as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: luabitop
path: |
Expand Down

0 comments on commit d75fc40

Please sign in to comment.