Skip to content

Commit

Permalink
conditionalize upload on freebsd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Nov 13, 2024
1 parent ea92a88 commit d0394f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
run: |
bash -c 'cd zstd/lib; gmake PREFIX=/usr LIBDIR=/usr/lib32 CFLAGS="-m32 -fPIC" install-includes install-static clean'
gmake latest-version precompile-freebsd compile postcompile-freebsd archive;
- name: upload
- if: ${{ steps.check_uploaded.outcome == 'failure' || github.event_name != 'schedule' }}
name: upload
env:
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ secrets.VERSION }}
Expand Down

0 comments on commit d0394f6

Please sign in to comment.