Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious committed Oct 29, 2023
1 parent 09828ed commit 8046fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: rusty-grader

- name: Prepare tarball for release
if: startsWith(github.ref, 'resf/tag/')
if: startsWith(github.ref, 'refs/tag/')
run: tar zcvf $ARTIFACT_NAME rusty-grader

- name: Release
Expand Down

0 comments on commit 8046fb5

Please sign in to comment.