We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f023de + 4ae71dc commit 0d152beCopy full SHA for 0d152be
1 file changed
.github/workflows/build-rpm-qt6-x86_64.yml
@@ -9,13 +9,13 @@ on:
9
branch:
10
description: 'Checkout branch'
11
required: false
12
- default: 'main'
13
tag:
14
description: 'Checkout tag'
15
+
16
jobs:
17
build-omodsim:
18
- name: Build OpenModSim rpm package version '${{ github.ref_name }}' with Qt6
+ name: Build OpenModSim rpm package version '${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}' with Qt6
19
runs-on: ubuntu-latest
20
container:
21
image: ubuntu:20.04
0 commit comments