CI: yet another GH actions workaround (take 4)

This commit is contained in:
Louis Gesbert 2024-01-20 22:50:43 +01:00
parent 99eb115cc8
commit 1cbda684bd

View File

@ -110,7 +110,7 @@ jobs:
- name: Workaround permissions error
# Uploading artifacts would work but then return failure with:
# EACCES: permission denied, open '/__w/_temp/_runner_file_commands/set_output_xxx'
run: sudo chmod -R a+wX /__w/_temp/_runner_file_commands
run: sudo chmod -R a+rwX /__w/_temp/_runner_file_commands
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: