Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
longod committed Apr 17, 2024
1 parent 9cf9c40 commit c6d7cde
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ jobs:
cmake --build . --target effil --config Release -- -m
- name: Create MWSE Package
shell: cmd
run: |
copy /v "src\effil\effil.dll" "MWSE\Data Files\MWSE\lib\"
copy /v "src\effil\LICENSE" "MWSE\effil-LICENSE"
copy "LICENSE" "MWSE\"
copy "README.md" "MWSE\"
copy /v "src/effil/effil.dll" "MWSE/Data Files/MWSE/lib"
copy /v "src/effil/LICENSE" "MWSE/effil-LICENSE"
copy "LICENSE" "MWSE"
copy "README.md" "MWSE"
- name: Upload MWSE
uses: actions/upload-artifact@v4
with:
name: bin
name: effil-mw
path: |
MWSE/*
retention-days: 1

0 comments on commit c6d7cde

Please sign in to comment.