Skip to content

Commit

Permalink
pipeline tag testing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDudley committed Mar 17, 2020
1 parent ce679d9 commit 08a8827
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/maverick-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@ jobs:
with:
name: maverick-web
path: ./dist
- name: Move to ./dist
run: cd ./dist
- name: Create zip file
uses: montudor/[email protected]
with:
args: zip -qq -r ../maverick-web.zip *
- name: Move to ./
run: cd ..
- name: Publish distribution artifact
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: './maverick-web.zip'
asset_name: 'maverick-web.zip'
tag: ${{ github.ref }}
overwrite: true
- name: Commit to maverick-web-dist
if: startsWith(github.ref, 'refs/tags/v')
uses: drud/action-cross-commit@master
Expand Down

0 comments on commit 08a8827

Please sign in to comment.