mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
ci: Fixing some blantant mistakes
Forgot to set the env var for the `build` step on the workflow. The env var `tag` for the `Makefile` is now filled from the past `git tag`.
This commit is contained in:
committed by
Gustavo 'Gus' Carreno
parent
dd1ad34317
commit
76dfa98217
4
.github/workflows/lazarus.yaml
vendored
4
.github/workflows/lazarus.yaml
vendored
@@ -11,7 +11,7 @@ permissions:
|
||||
on:
|
||||
|
||||
push:
|
||||
branches: [ lazarus, add-changes-from-gus ]
|
||||
branches: [ lazarus ]
|
||||
tags: [ "*" ]
|
||||
paths-ignore: [ "README.md", "LICENSE", "CHANGELOG.md", ".github/cliff.toml" ]
|
||||
|
||||
@@ -22,6 +22,8 @@ jobs:
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
env:
|
||||
GITHUB: 1
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user