Skip to content

Commit

Permalink
Zip before release
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil authored Sep 26, 2019
1 parent 0a6a1b8 commit 71c6a9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec jekyll build --config "_config.yml,_config_prod.yml" --profile
# - name: Zip Files
# uses: montudor/[email protected]
# args: zip -r build.zip ./_site"
- name: Zip Files
uses: montudor/[email protected]
args: zip -r build.zip ./_site"
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _site
file: build.zip
asset_name: build
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 71c6a9e

Please sign in to comment.