Skip to content

Commit 18804c5

Browse files
authored
Merge pull request #3403 from Shopify/simplify-release-artifact-workflow
Simplify build-artifacts GitHub workflow
2 parents 4b4b0d1 + 2fa173b commit 18804c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
bundler-cache: true
2424

2525
- name: Build library
26-
run: bundle exec rake compile
26+
run: bundle exec rake templates
2727

2828
- name: Package libprism source
2929
run: |

0 commit comments

Comments
 (0)