mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
working on windows packaging
This commit is contained in:
parent
aa8b48f5f3
commit
9156771291
7
.github/workflows/hirs_package_linux.yml
vendored
7
.github/workflows/hirs_package_linux.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
- name: directory setup
|
||||
run: |
|
||||
mkdir -p artifacts/jars
|
||||
mkdir -p artifact/win
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@ -43,6 +44,8 @@ jobs:
|
||||
cp HIRS_AttestationCA/build/libs/*.jar artifacts/jars/.
|
||||
cp HIRS_Utils/build/libs/*.jar artifacts/jars/.
|
||||
cp HIRS_Structs/build/libs/*.jar artifacts/jars/.
|
||||
cp tools/tcg_rim_tool/build/distributions/*.zip artifacts/win
|
||||
cp package/win/tcg-rim-tool artifacts/win
|
||||
- name: Archive RPM files
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -71,9 +74,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ZIP_Files
|
||||
path: |
|
||||
package/win/tcg-rim-tool/
|
||||
tools/tcg_rim_tool/build/distributions/*.zip
|
||||
path: artifacts/win/
|
||||
if-no-files-found: error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user