We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09828ed commit 8046fb5Copy full SHA for 8046fb5
1 file changed
.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, 'resf/tag/')
+ if: startsWith(github.ref, 'refs/tag/')
34
run: tar zcvf $ARTIFACT_NAME rusty-grader
35
36
- name: Release
0 commit comments