Skip to content

Commit 3e6311b

Browse files
committed
Fix copy and paste error
1 parent 5faf2c8 commit 3e6311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sodium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/upload-artifact@v4
147147
with:
148148
name: sodium-${{ steps.build.outputs.version }}-${{ matrix.config.rid }}
149-
path: libs/libopus/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
149+
path: libs/libsodium/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
150150
update-version:
151151
name: Update .NET project version
152152
needs: build

0 commit comments

Comments
 (0)