We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8046fb5 commit d8ab45eCopy full SHA for d8ab45e
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
path: rusty-grader
31
32
- name: Prepare tarball for release
33
- if: startsWith(github.ref, 'refs/tag/')
+ if: startsWith(github.ref, 'refs/tags/')
34
run: tar zcvf $ARTIFACT_NAME rusty-grader
35
36
- name: Release
0 commit comments