We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372c7a8 commit aaac873Copy full SHA for aaac873
.github/workflows/main.yml
@@ -1,6 +1,7 @@
1
on:
2
push:
3
-
+ tags:
4
+ - 'v*'
5
env:
6
CHIRP_DIR: ${{github.workspace}}\temp\chirp
7
BASH: C:\tools\cygwin\bin\bash
@@ -87,12 +88,6 @@ jobs:
87
88
--add-data "chirp/drivers;chirp/drivers/"
89
"chirpwx.py";
90
- - name: 'Upload exe Artifact'
91
- uses: actions/upload-artifact@v3
92
- with:
93
- name: CHIRP_egzumer
94
- path: ${{env.CHIRP_DIR}}\dist\CHIRP_egzumer.exe
95
96
- name: Upload onefile to release
97
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
98
uses: svenstaro/upload-release-action@v2
0 commit comments