Skip to content

fixed some weird bugs and added titles to the webview tabs #34

fixed some weird bugs and added titles to the webview tabs

fixed some weird bugs and added titles to the webview tabs #34

Workflow file for this run

name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Create zip
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'yop-rascal-nl.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Upload zip
uses: ncipollo/[email protected]
with:
artifacts: "yop-rascal-nl.zip"
tag: ${{ steps.date.outputs.date }}
token: ${{ secrets.GITHUB_TOKEN }}