Compare commits

..

No commits in common. "windows" and "v7.1-windows" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ name: Deploy
on: on:
push: push:
tags: tags:
- 'v*-windows' - 'v*'
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 from <https://github.com/avrdudes/avrdude>. This is a fork of AVRDUDE 7.0 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.