diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b3f1d7..1f7ac7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,12 +110,6 @@ jobs: name: bumped-props path: . - - name: Restore nupkgs (needed by ContextMenu's nuget.config local source) - uses: actions/download-artifact@v4 - with: - name: nupkgs - path: nupkgs - - name: Install Inno Setup run: choco install innosetup -y --no-progress diff --git a/ImageResize.ContextMenu/nuget.config b/ImageResize.ContextMenu/nuget.config index 6831b81..6f112ea 100644 --- a/ImageResize.ContextMenu/nuget.config +++ b/ImageResize.ContextMenu/nuget.config @@ -3,7 +3,6 @@ - diff --git a/build-macos.sh b/build-macos.sh old mode 100644 new mode 100755