Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lllggghhhaaa authored Jan 10, 2024
1 parent 61c1476 commit 7869636
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,19 @@ jobs:
with:
title: ${{ steps.project-version.outputs.version }}
workdir: /home/runner/work/WaxMapArt/WaxMapArt/publish/artifacts/

- name: Upload win-x64
uses: svenstaro/[email protected]
with:
repo_token: ${{ github.token }}
file: /home/runner/work/WaxMapArt/WaxMapArt/publish/artifacts/win-x64.zip
asset_name: WaxMapArt.Desktop-win-x64.zip
tag: ${{ steps.project-version.outputs.version }}

- name: Upload linux-x64
uses: svenstaro/[email protected]
with:
repo_token: ${{ github.token }}
file: /home/runner/work/WaxMapArt/WaxMapArt/publish/artifacts/linux-x64.zip
asset_name: WaxMapArt.Desktop-linux-x64.zip
tag: ${{ steps.project-version.outputs.version }}

0 comments on commit 7869636

Please sign in to comment.