Give all permissions for the archive files

This commit is contained in:
Eren Dogan
2023-01-28 20:33:53 -08:00
parent a43ecee5b1
commit c722e96da2
+1
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"