mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Fix syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user