Skip to content

Commit

Permalink
Fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Aug 2, 2024
1 parent 313efd3 commit 70322d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ jobs:

deploy-casdump-0x40:
runs-on: ubuntu-latest
needs: [sign-prg-casdump, create-release]
needs: [sign-prg-casdump-0x40, create-release]
permissions: write-all
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand All @@ -863,7 +863,7 @@ jobs:

deploy-casdump-0x60:
runs-on: ubuntu-latest
needs: [sign-prg-casdump, create-release]
needs: [sign-prg-casdump-0x60, create-release]
permissions: write-all
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 70322d1

Please sign in to comment.