Skip to content

Commit

Permalink
Update upload-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyber-Finn authored Jul 3, 2024
1 parent 1252675 commit 64c74af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upload-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
name: automated-windsong-lyre
path: ./downloaded-artifact/

# Add any other steps you need (e.g., creating a zip file, etc.)

- name: Upload release asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./downloaded-artifact/*
asset_name: automated-windsong-lyre.zip
asset_content_type: application/zip
permissions:
contents: write
actions: write
attestations: write

0 comments on commit 64c74af

Please sign in to comment.