Skip to content

ci: update checkout & upload-artifact action versions #108

ci: update checkout & upload-artifact action versions

ci: update checkout & upload-artifact action versions #108

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@v4
- 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@v4
with:
name: stocks-extension.zip
path: _build/stocks-extension.zip