Fix syntax error

This commit is contained in:
Anthony Oteri
2023-09-29 12:05:39 -04:00
parent c6294dc83e
commit 7ba2359db5
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- name: Archive the Docs
run:
tar --directory target/doc -czf
dredge-$(( github.ref_name))-docs.tar.gz
dredge-${{ github.ref_name}}-docs.tar.gz
dredge
- name: Upload documentation assets