Update workflows

This commit is contained in:
Willy-JL
2024-05-12 02:47:51 +01:00
parent 371b770fd3
commit 571a607a8c
4 changed files with 6 additions and 3 deletions

View File

@@ -89,6 +89,8 @@ jobs:
ARTIFACT_TAG=flipper-z-"$(basename "$(realpath .)")"
7z a ../../../artifacts/${ARTIFACT_TAG}.zip .
echo "ARTIFACT_TAG=$ARTIFACT_TAG" >> $GITHUB_ENV
VERSION_TAG="$(basename "$(realpath .)" | cut -d- -f3-)"
echo "VERSION_TAG=$VERSION_TAG" >> $GITHUB_ENV
- name: "Upload artifacts to update server"
env:

View File

@@ -3,7 +3,8 @@ name: "Lint"
on:
push:
branches:
- dev
- "**"
- "!release"
tags:
- "*"
pull_request: