CI: yet another GH actions workaround (take 2)

This commit is contained in:
Louis Gesbert 2024-01-20 18:14:39 +01:00
parent 3fdf325e10
commit 3348800fee

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 a+wX /__w/_temp
run: sudo chmod a+wX /__w/_temp/_runner_file_commands
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: