Skip to content

Commit d5bd890

Browse files
authored
Update main.yml to copy encrypt exe (#2118)
1 parent 0fbeb43 commit d5bd890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
echo "2nd compilation" && rm -rvf build/FOEDAG_rs
182182
make install MONACO_EDITOR=1 CPU_CORES=2 $run_test PRODUCTION_BUILD=1 PREFIX=/opt/instl_dir PRODUCTION_DEVICES=$p_device STICK_RELEASE_VERSION=$r_d
183183
[ $? != 0 ] && exit 1
184-
tar -czf build.tar.gz projects \
184+
tar -czf build.tar.gz projects build/Backend/OpenFPGA/vtr-verilog-to-routing/libs/libencrypt/encrypt \
185185
./build/OPENLM_DIR/licensecc/extern/license-generator/src/license_generator/lccgen \
186186
Raptor_Tools/Create_Raptor_Artifact Raptor_Tools/Install_Raptor_Artifact /opt/instl_dir
187187

0 commit comments

Comments
 (0)