mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:23:30 +00:00
trying to make dlls work on actions
This commit is contained in:
5
.github/workflows/pack_early.yaml
vendored
5
.github/workflows/pack_early.yaml
vendored
@@ -39,14 +39,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: x86_64-pc-windows-msvc
|
||||
- run: mv ./armatak.dll ./armatak_x64.dll
|
||||
- run: mv ./armatak.dll ./target/release/armatak_x64.dll
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: i686-pc-windows-msvc
|
||||
- run: mv ./armatak.dll ./target/release/armatak.dll
|
||||
- name: Setup HEMTT
|
||||
uses: arma-actions/hemtt@v1
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user