mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Fix release action
This commit is contained in:
parent
ad4a71a2d5
commit
820854a2fa
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user