Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
couriourc authored Sep 8, 2024
1 parent 47334bb commit 571b6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/SimpleMockServer.exe
file: dist/*
overwrite: true
tags: true
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 571b6c5

Please sign in to comment.