Skip to content

Commit d8ab45e

Browse files
committed
fix(ci): typo
1 parent 8046fb5 commit d8ab45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: rusty-grader
3131

3232
- name: Prepare tarball for release
33-
if: startsWith(github.ref, 'refs/tag/')
33+
if: startsWith(github.ref, 'refs/tags/')
3434
run: tar zcvf $ARTIFACT_NAME rusty-grader
3535

3636
- name: Release

0 commit comments

Comments
 (0)