Skip to content

Commit

Permalink
fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyian committed Feb 21, 2024
1 parent 1992aa9 commit bd615fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cargo build --release
- name: Upload Library
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.CLIENT_DLL_NAME }}.dll
path: target\release\${{ env.CLIENT_DLL_NAME }}.dll
Expand All @@ -46,7 +46,7 @@ jobs:

if: ${{ startsWith(github.event.ref, 'refs/tags/') }}
steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v4
with:
name: ${{ env.CLIENT_DLL_NAME }}.dll
path: .
Expand Down

0 comments on commit bd615fc

Please sign in to comment.