Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@hey.com>2020-11-24 17:59:07 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-11-24 17:59:07 +0300
commitceb256116a582bac1952e3e727cdb83d88638d9d (patch)
tree6a7834790d5f7825723d3c92eb7adb25b8115ab1
parent07b87a39ee070fbf64262fce4b36f86d0ee72015 (diff)
Fix GH action
-rw-r--r--.github/workflows/release.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 978e24b..978a5ab 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,14 +19,14 @@ jobs:
name: Publish zip file
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Build
- run: |
- zip -r castanet-${{ steps.update_release_draft.outputs.tag }}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
- - name: Upload zip file to release
- uses: svenstaro/upload-release-action@v2
- with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: castanet-${{ steps.update_release_draft.outputs.tag }}.zip
- tag: ${{ steps.update_release_draft.outputs.tag }}
- overwrite: true
+ - uses: actions/checkout@v2
+ - name: Build
+ run: |
+ zip -r castanet-${{ steps.update_release_draft.outputs.tag }}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
+ - name: Upload zip file to release
+ uses: svenstaro/upload-release-action@v2
+ with:
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ file: castanet-${{ steps.update_release_draft.outputs.tag }}.zip
+ tag: ${{ steps.update_release_draft.outputs.tag }}
+ overwrite: true