update github actions

This commit is contained in:
IrosTheBeggar 2024-05-05 20:36:41 -04:00
parent b9945ba75e
commit 4200b08e5a
2 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,11 @@
name: Build Webapp
on: push
on:
push:
# Pattern matched against refs/tags
tags:
- '*'
jobs:
release:
runs-on: ${{ matrix.os }}
@ -11,10 +16,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14

View File

@ -1,6 +1,10 @@
name: build-electron
on: push
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ${{ matrix.os }}