Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
artifact-v3
  • Loading branch information
eliboa authored Sep 15, 2024
1 parent e8b5ce5 commit 78ba730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/bin
cp release/NxNandManager.exe $GITHUB_WORKSPACE/bin
cp ../virtual_fs/dokan/x64/dokan1.dll $GITHUB_WORKSPACE/bin
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: NxNandManager
path: bin/*

0 comments on commit 78ba730

Please sign in to comment.