Skip to content

chore: bump version & supported shell-version #52

chore: bump version & supported shell-version

chore: bump version & supported shell-version #52

Workflow file for this run

name: Build & Create Package
on:
push:
branches: ['*']
tags-ignore:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: sudo apt-get update -y && sudo apt-get install -y gettext
- name: build extension
run: make
- name: create zip package
run: make package
- name: store zip package artifact
uses: actions/upload-artifact@v2
with:
name: taskwhisperer-extension.zip
path: _build/taskwhisperer-extension.zip