mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Restore permissions after artifact upload
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user