Skip to content

Commit d7ea774

Browse files
committed
CI: fix release script
1 parent a4b9784 commit d7ea774

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
permissions:
6565
security-events: write
6666
contents: read
67+
outputs:
68+
ffversion: ${{ steps.ffversion.outputs.ffversion }}
6769
steps:
6870
- name: checkout repository
6971
uses: actions/checkout@v4
@@ -111,6 +113,10 @@ jobs:
111113
- name: run tests
112114
run: ctest
113115

116+
- name: get fastfetch version
117+
id: ffversion
118+
run: echo "ffversion=$(./fastfetch --version-raw)" >> $GITHUB_OUTPUT
119+
114120
- name: upload artifacts
115121
uses: actions/upload-artifact@v4
116122
with:

0 commit comments

Comments
 (0)