Skip to content

Commit

Permalink
more updates to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Mar 29, 2024
1 parent afcbad2 commit 3bbf357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
rm ${{ env.BOOST_TGZ }}
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -88,7 +88,7 @@ jobs:
windeployqt --release nedit-ng-win64/nedit-ng.exe
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nedit-ng-win64
path: nedit-ng-win64/

0 comments on commit 3bbf357

Please sign in to comment.