Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SuTree authored Jul 11, 2024
1 parent c251e24 commit 98ffd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
id: compare_release
run: |
pwd
ls -la
stored_release=$(cat stored_release.txt 2>/dev/null || echo "")
latest_release=${{ steps.get_release.outputs.tag_name }}
if [ "$stored_release" != "$latest_release" ]; then
Expand Down

0 comments on commit 98ffd29

Please sign in to comment.