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 d6d5391 commit abd4f49
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

jobs:
build:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -45,10 +45,11 @@ jobs:
name: esp-binaries
path: releases

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
- name: Create Release With Asset
id: Release-AIO
uses: Hs1r1us/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "releases/**/*"
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
asset_files: 'releases/**/*'

0 comments on commit abd4f49

Please sign in to comment.