Skip to content

Commit

Permalink
Workflow: update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Mar 14, 2024
1 parent fd3ca1c commit 96922b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: |
dotnet build --configuration Release
Compress-Archive bin\Release\*\*.dll,bin\Release\*\*.exe,bin\Release\*\*.json OpenIPC-Configurator.zip
- name: Upload
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: OpenIPC-Configurator.zip

0 comments on commit 96922b7

Please sign in to comment.