Skip to content

Commit

Permalink
update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Aug 20, 2024
1 parent 8812b71 commit 40a0d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: archiving dotnet tool
run: "powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \"${{matrix.rid}}\""
- name: upload archive
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "WEventViewer-win-x64"
path: "dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
- name: upload installer
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "WEventViewer-Installer"
path: "dist/installer/Release/en-US/WEventViewer.Installer.msi"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: archiving dotnet tool
run: "powershell ./build.ps1 --target Archive BuildInstaller --configuration Release --runtime \"${{matrix.rid}}\""
- name: upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "WEventViewer-win-x64"
path: "dist/publish/Release/${{matrix.rid}}/WEventViewer-${{matrix.rid}}.zip"
- name: upload installer
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "WEventViewer-installer"
path: "dist/installer/Release/en-US/WEventViewer.Installer.msi"
Expand Down

0 comments on commit 40a0d45

Please sign in to comment.