mirror of https://github.com/VLSIDA/OpenRAM.git
Give all permissions for the archive files
This commit is contained in:
parent
a43ecee5b1
commit
c722e96da2
|
|
@ -41,4 +41,5 @@ jobs:
|
|||
export ARCHIVE_DIR="/tmp/github_runner_fail_${{ github.run_id }}_${{ github.run_attempt }}"
|
||||
mkdir -p $ARCHIVE_DIR
|
||||
cp -r ${{ github.workspace }}/compiler/tests/results/* $ARCHIVE_DIR
|
||||
chmod -R 777 $ARCHIVE_DIR
|
||||
echo "Files of this run are located in $ARCHIVE_DIR"
|
||||
|
|
|
|||
Loading…
Reference in New Issue