adding a hirstools folder to the ZIP_Files artifact

This commit is contained in:
SuperPotato27 2024-07-31 16:46:11 -04:00
parent fb17c132bb
commit e8f69ba3af

View File

@ -27,6 +27,7 @@ jobs:
run: |
mkdir -p artifacts/jars
mkdir -p artifacts/win
mkdir -p artifacts/win/hirstools
- name: install dependencies
run: |
sudo apt-get update
@ -46,7 +47,7 @@ jobs:
cp HIRS_Structs/build/libs/*.jar artifacts/jars/.
cp tools/tcg_rim_tool/build/distributions/*.zip artifacts/win
cp tools/tcg_eventlog_tool/build/distributions/*.zip artifacts/win
cp package/win/tcg-rim-tool/* artifacts/win
cp package/win/tcg-rim-tool/* artifacts/win/hirstools
- name: Archive RPM files
uses: actions/upload-artifact@v4
with: