Skip to content

Commit

Permalink
chore: fix latest.yml upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 20, 2024
1 parent e991318 commit 7e67028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
timeout: 1200s

- uses: hexf00/upload-to-oss@v2
if: ${{ steps.version_type.outputs.is_stable == 'false' || steps.version_type.outputs.is_dev == 'true' }}
if: ${{ steps.version_type.outputs.is_stable == 'true' || steps.version_type.outputs.is_dev == 'true' }}
continue-on-error: true
with:
files: |
Expand Down

0 comments on commit 7e67028

Please sign in to comment.