Skip to content

Commit

Permalink
Update 08.02.2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantinesei Vlad committed Feb 7, 2025
1 parent 0dd9ec6 commit b7bf9d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Publish
run: dotnet publish -c Release -o ./bin
- name: Archive
run: 7z a -tzip publish.zip ./bin
run: 7z a -tzip publish.zip ./bin/Release/net8.0/*
- name: Upload
uses: actions/upload-release-action@v2
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: publish.zip
name: YT2MP3Sharp-Avalonia
asset_name: YT2MP3Sharp.zip
tag: ${{ github.ref }}
tag: "1.0.1"
overwrite: true
body: "This is a test"
body: "Update 1.0.1 |
Updated Youtube Explode to version 6.5.3"

0 comments on commit b7bf9d6

Please sign in to comment.