Give all permissions for the archive files

This commit is contained in:
Eren Dogan 2023-01-28 17:23:34 -08:00
parent a43ecee5b1
commit c722e96da2
1 changed files with 1 additions and 0 deletions

View File

@ -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"