Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-Hellboy authored May 24, 2024
1 parent 1495863 commit 7d3adfe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
run: |
zip -r RstEyeApp.zip dist/RstEyeApp.app
- name: Upload ZIP file to GitHub release
uses: actions/upload-artifact@v2
- name: Upload files to a GitHub release
uses: svenstaro/upload-[email protected]
with:
name: RstEyeApp
path: RstEyeApp.zip
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: RstEyeApp.zip
asset_name: RstEyeApp.zip
tag: ${{ github.ref }}

publish-ubuntu:
name: Publish for Ubuntu
Expand Down

0 comments on commit 7d3adfe

Please sign in to comment.