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 abd4f49 commit 4c97178
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
name: esp-binaries
path: releases

- name: Create Release With Asset
id: Release-AIO
uses: Hs1r1us/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: meeDamian/[email protected]
with:
tag_name: ${{ github.ref }}
asset_files: 'releases/**/*'
files: releases/esp32dev/*.bin releases/esp8266/*.bin
prerelease: true
draft: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c97178

Please sign in to comment.