mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Give all permissions for the archive files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user