Skip to content

Version bump

Version bump #7

on:
push:
tags:
- '*'
jobs:
tag_and_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rm -rf .git .DS_Store
- run: mkdir -p /tmp/release
- run: cp -R ./warpdrive-plugin/* /tmp/release
- run: mv /tmp/release warpdrive
- run: zip -r package.zip warpdrive
- uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: >
package:warpdrive
package.zip
gzip: folders