Skip to content

Commit

Permalink
CI: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Apr 30, 2024
1 parent a4b9784 commit d7ea774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
permissions:
security-events: write
contents: read
outputs:
ffversion: ${{ steps.ffversion.outputs.ffversion }}
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -111,6 +113,10 @@ jobs:
- name: run tests
run: ctest

- name: get fastfetch version
id: ffversion
run: echo "ffversion=$(./fastfetch --version-raw)" >> $GITHUB_OUTPUT

- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d7ea774

Please sign in to comment.