Remove unnecessary action step

This commit is contained in:
Matt Nadareski
2024-12-30 21:18:59 -05:00
parent e805f4cb9a
commit cc60d54a33

View File

@@ -27,12 +27,6 @@ jobs:
- name: Run publish script
run: ./publish-nix.sh
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: 'Nuget Package'
path: "*.nupkg,*.snupkg"
- name: Upload to rolling
uses: ncipollo/release-action@v1.14.0
with: