Skip to content

Commit

Permalink
Github action, releases only
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Jan 2, 2024
1 parent 372c7a8 commit aaac873
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
push:

tags:
- 'v*'
env:
CHIRP_DIR: ${{github.workspace}}\temp\chirp
BASH: C:\tools\cygwin\bin\bash
Expand Down Expand Up @@ -87,12 +88,6 @@ jobs:
--add-data "chirp/drivers;chirp/drivers/"
"chirpwx.py";
- name: 'Upload exe Artifact'
uses: actions/upload-artifact@v3
with:
name: CHIRP_egzumer
path: ${{env.CHIRP_DIR}}\dist\CHIRP_egzumer.exe

- name: Upload onefile to release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit aaac873

Please sign in to comment.