1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

fix deploy regex

This commit is contained in:
Kyle Spearrin
2019-03-16 22:17:28 -04:00
parent 71dbd31477
commit 9f9b5beff9

View File

@@ -120,7 +120,7 @@ deploy:
release: $(RELEASE_NAME)
provider: GitHub
auth_token: $(GH_TOKEN)
artifact: /.*\.zip/,/.*\.txt/
artifact: /.*\.(zip|txt)/,
force_update: true
on:
branch: master