Change GitHub build action to create separate artifacts for executables

This commit is contained in:
Marius Greuel
2022-01-12 17:25:00 +01:00
parent 1faa02b9cb
commit 0ba4d2eaee
2 changed files with 53 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ jobs:
with:
tag_name: ${{github.ref}}
release_name: AVRDUDE ${{github.ref}}
body: "**[Release Notes:](https://github.com/avrdudes/avrdude/blob/main/NEWS)**"
body: "See **[Release Notes](https://github.com/avrdudes/avrdude/blob/main/NEWS)** for changes"
draft: false
prerelease: false
@@ -58,13 +58,13 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: msvc-${{matrix.arch}}
name: avrdude-msvc-${{matrix.arch}}
- name: Create release asset
run: >-
zip -j asset.zip
RelWithDebInfo/avrdude.exe
RelWithDebInfo/avrdude.pdb
avrdude.exe
avrdude.pdb
avrdude.conf
- name: Upload release asset