Skip to content

Commit

Permalink
fixed version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 11, 2024
1 parent 5dce51d commit ad856f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
shell: cmd
run: .\winbuild.bat


# Upload the MSIX package: https://github.com/marketplace/actions/upload-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: MSI Package
path: dist

0 comments on commit ad856f0

Please sign in to comment.