3 Commits

Author SHA1 Message Date
dependabot[bot]
89a5017f0a Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 21:05:49 +00:00
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 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ name: Deploy
on:
push:
tags:
- 'v*'
- 'v*-windows'
jobs:
build:
@@ -56,7 +56,7 @@ jobs:
- { arch: arm64 }
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: avrdude-msvc-${{matrix.arch}}

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)
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.