Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Jun 7, 2024
1 parent 43fcdc4 commit a2bc8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append
- name: Upload nuget package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PackageFile }}
path: ${{ env.PackageFile }}
Expand All @@ -63,7 +63,7 @@ jobs:
run: ./packaging.ps1

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build Result
path: bin/Release/Exiled.tar.gz
Expand Down

0 comments on commit a2bc8ac

Please sign in to comment.