mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 09:52:19 +00:00
Compare commits
3 Commits
windows-v7
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89a5017f0a | ||
|
|
73383e7169 | ||
|
|
e54ded6db3 |
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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}}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[](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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user