Skip to content

Commit

Permalink
ci: update deps for public release and virustotal check
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 2, 2024
1 parent 59b1d3e commit cc6d40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
path: |
cjit-Darwin-arm64
draft-binary-release:
name: 📦 Pack release
binary-release:
name: 📢 Public release
needs: [semantic-release, osx-native-release, musl-release, linux-release, win-native-release]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:

virustotal:
name: 🦠 Virus scan of released binaries
needs: [semantic-release, osx-native-release, win-native-release]
needs: [binary-release, osx-native-release, win-native-release]
runs-on: ubuntu-latest
if: ${{ needs.semantic-release.outputs.new_release_published == 'true' }}
steps:
Expand Down

0 comments on commit cc6d40b

Please sign in to comment.