Skip to content

Commit e34ea5f

Browse files
committed
Remove unnecessary action step
1 parent 11ed09c commit e34ea5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
- name: Run publish script
2828
run: ./publish-nix.sh -d
2929

30-
- name: Upload package
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: 'Nuget Package'
34-
path: "*.nupkg,*.snupkg"
35-
3630
- name: Upload to rolling
3731
uses: ncipollo/[email protected]
3832
with:

0 commit comments

Comments
 (0)