Fix typo in GitLab CI artifact path for the public directory
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
- public
|
- public/
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user