Compare commits

...

2 Commits

Author SHA1 Message Date
Marius Greuel 73383e7169 Update README.md 2023-01-09 19:56:42 +01:00
Marius Greuel e54ded6db3 GitHub deploy action: Only deploy on Windows tags 2023-01-09 19:43:17 +01:00
2 changed files with 2 additions and 2 deletions
.github/workflows
README.md

View File

@ -21,7 +21,7 @@ name: Deploy
on: on:
push: push:
tags: tags:
- 'v*' - 'v*-windows'
jobs: jobs:
build: build:

View File

@ -2,7 +2,7 @@
[![Build Status](https://github.com/mariusgreuel/avrdude/actions/workflows/build.yml/badge.svg?branch=windows)](https://github.com/mariusgreuel/avrdude/actions/workflows/build.yml) [![Build Status](https://github.com/mariusgreuel/avrdude/actions/workflows/build.yml/badge.svg?branch=windows)](https://github.com/mariusgreuel/avrdude/actions/workflows/build.yml)
This is a fork of AVRDUDE 7.0 from <https://github.com/avrdudes/avrdude>. This is a fork of AVRDUDE from <https://github.com/avrdudes/avrdude>.
The purpose of this fork is to add better support for Windows to bring it on par with the Linux version of AVRDUDE. The purpose of this fork is to add better support for Windows to bring it on par with the Linux version of AVRDUDE.