Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Sep 3, 2024
1 parent de23983 commit 2622f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
wait-timeout-minutes: 30
fail-on-error: "false"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') ? 'arm' : 'x64' }}-0"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') && 'arm' || 'x64' }}-0"

0 comments on commit 2622f1c

Please sign in to comment.