Skip to content

Commit

Permalink
fix(ci): Fix syntax error in github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Jun 22, 2021
1 parent 8dd48ba commit 0b6e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
make
- name: Crossbuild
- id: crossbuild
id: crossbuild
run: |
promu crossbuild --parallelism $PARALLELISM --parallelism-thread 0
promu crossbuild --parallelism $PARALLELISM --parallelism-thread 0 tarballs
Expand Down

0 comments on commit 0b6e8bc

Please sign in to comment.