Skip to content

Commit 8046fb5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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, 'resf/tag/')
33+
if: startsWith(github.ref, 'refs/tag/')
3434
run: tar zcvf $ARTIFACT_NAME rusty-grader
3535

3636
- name: Release

0 commit comments

Comments
 (0)