Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N authored Aug 14, 2024
1 parent eed9fb1 commit 70d8338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create and upload release
- name: Upload release assets
uses: softprops/action-gh-release@v2
with:
files: ./publish/${{ matrix.runtime }}/**/*
files: ./publish/${{ matrix.runtime }}/*
tag_name: ${{ github.event.inputs.release_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70d8338

Please sign in to comment.