File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888
8989 - name : Get fastfetch version
9090 id : get_version_fastfetch
91- run : echo "::set-output name=release::$(./fastfetch --version)"
91+ run : echo "::set-output name=release::$(./fastfetch/fastfetch --version)"
9292
9393 - name : Get latest release version
9494 id : get_version_release
@@ -100,8 +100,8 @@ jobs:
100100 if : steps.get_version_fastfetch.outputs.release != steps.get_version_release.outputs.release
101101 uses : softprops/action-gh-release@v1
102102 with :
103- tag_name : $(./fastfetch --version)
103+ tag_name : ${{ steps.get_version_fastfetch.outputs.release }}
104104 generate_release_notes : true
105105 files : |
106- ./fastfetch
107- ./fastfetch.deb
106+ ./fastfetch/fastfetch
107+ ./fastfetch.deb/fastfetch.deb
You can’t perform that action at this time.
0 commit comments