Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 6, 2024
1 parent eeadcc2 commit dbfc644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zzzo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-2022]
script_name: .\resources\scripts\build-windows.ps1
script_name: ".\resources\scripts\build-windows.ps1"
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand All @@ -27,6 +27,5 @@ jobs:
- name: restore-nuget-packages
uses: IT-Service/[email protected]


- name: Build application
run: ${{ matrix.script_name }} "${{ matrix.os }}"

0 comments on commit dbfc644

Please sign in to comment.