We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f197910 commit 9de2c7bCopy full SHA for 9de2c7b
.github/workflows/build-RTR-NetztestCLI-linux-x64.yml
@@ -40,5 +40,6 @@ jobs:
40
retention-days: 90
41
- name: Release
42
uses: softprops/action-gh-release@v2
43
+ if: github.ref_type == 'tag'
44
with:
45
files: RMBTClient/build/RTR-Netztest/*
0 commit comments