mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
adding a hirstools folder to the ZIP_Files artifact
This commit is contained in:
parent
fb17c132bb
commit
e8f69ba3af
3
.github/workflows/hirs_package_linux.yml
vendored
3
.github/workflows/hirs_package_linux.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts/jars
|
mkdir -p artifacts/jars
|
||||||
mkdir -p artifacts/win
|
mkdir -p artifacts/win
|
||||||
|
mkdir -p artifacts/win/hirstools
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@ -46,7 +47,7 @@ jobs:
|
|||||||
cp HIRS_Structs/build/libs/*.jar artifacts/jars/.
|
cp HIRS_Structs/build/libs/*.jar artifacts/jars/.
|
||||||
cp tools/tcg_rim_tool/build/distributions/*.zip artifacts/win
|
cp tools/tcg_rim_tool/build/distributions/*.zip artifacts/win
|
||||||
cp tools/tcg_eventlog_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
|
- name: Archive RPM files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user