Fix release action

This commit is contained in:
Linus Dierheimer 2022-09-11 10:56:54 +02:00
parent ad4a71a2d5
commit 820854a2fa
No known key found for this signature in database
GPG Key ID: 74FA57726CDD7B61

View File

@ -107,7 +107,7 @@ jobs:
- name: get fastfetch version
id: get_version_fastfetch
run: echo "::set-output name=release::$(./fastfetch --version-raw)"
run: echo "::set-output name=release::$(fastfetch/fastfetch --version-raw)"
- name: get latest release version
id: get_version_release
@ -121,4 +121,5 @@ jobs:
with:
tag: ${{ steps.get_version_fastfetch.outputs.release }}
commit: ${{ github.sha }}
artifacts: ./fastfetch-*.*
artifactErrorsFailBuild: true
artifacts: fastfetch-linux/*,fastfetch-macos/*