Skip to content

Commit

Permalink
🤡 Fix workflow with asset.
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangNorth committed Sep 1, 2023
1 parent 7a7eef9 commit 95366e6
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 @@ -34,6 +34,6 @@ jobs:
id: upload-release-asset
uses: softprops/action-gh-release@v1
with:
name: Release ${{ github.ref }}
name: Release ${{ github.action_ref }}
body: ${{ steps.generate-release-notes.outputs.release_notes }}
files: EFI-${{ github.ref }}-${{ steps.get-current-date.outputs.current_date }}.zip
files: EFI-${{ github.action_ref }}-${{ steps.get-current-date.outputs.current_date }}.zip

0 comments on commit 95366e6

Please sign in to comment.