Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Feb 24, 2022
1 parent 64a50b4 commit 3ed1260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.sh
run: ./build.ps1
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Deploy
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: ./build.sh publish
run: ./build.ps1 publish
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3ed1260

Please sign in to comment.