Restore permissions after artifact upload

This commit is contained in:
Linus Dierheimer
2022-09-11 11:10:02 +02:00
parent 820854a2fa
commit c54b7fbd57
+3
View File
@@ -105,6 +105,9 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v3
- name: restore permissions
run: chmod +x fastfetch/fastfetch
- name: get fastfetch version
id: get_version_fastfetch
run: echo "::set-output name=release::$(fastfetch/fastfetch --version-raw)"