Skip to content

Commit

Permalink
fix: create release
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed Sep 30, 2023
1 parent 4c97178 commit f4a3257
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
- name: Create Release
uses: meeDamian/[email protected]
with:
tag_name: ${{ github.ref }}
files: releases/esp32dev/*.bin releases/esp8266/*.bin
tag: ${{ github.ref }}
files: >
releases/esp32dev/*.bin
releases/esp8266/*.bin
prerelease: true
draft: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4a3257

Please sign in to comment.