mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
Fix release action
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user