Release 1.7.1

second try
This commit is contained in:
Linus Dierheimer
2022-09-15 16:11:05 +02:00
parent 67e433750a
commit ddb0c344f5
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
if: needs.linux.outputs.ffversion != steps.get_version_release.outputs.release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.get_version_fastfetch.outputs.release }}
tag: ${{ needs.linux.outputs.ffversion }}
commit: ${{ github.sha }}
artifactErrorsFailBuild: true
artifacts: fastfetch-linux/*,fastfetch-macos/*