Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4108 authored Aug 15, 2022
1 parent 3ccc7dd commit a9f48ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
with:
# Filename for archive
filename: AstroInstaller.zip
exclusions: '*.git*'
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: AstroInstaller.zip
asset_name: AstroInstaller
tag: ${{ github.ref }}
overwrite: true
body: "AstroInstaller Version ${{ github.ref }}"

0 comments on commit a9f48ff

Please sign in to comment.