From fa4be8f47dcdc665aaa9b3dceedf6435f46c39e6 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 6 Feb 2023 18:00:28 -0700 Subject: [PATCH] chore: remove commented out stuff --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5cee5a..25d211b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,17 +44,6 @@ jobs: generateReleaseNotes: false prerelease: false tag: ${{ github.event.release.tag_name }} - # Upload the build package to the release -# - name: Upload Release Package -# id: upload_release -# uses: actions/upload-release-asset@v1 -# with: -# upload_url: ${{ github.event.release.upload_url }} -# asset_path: ./${{ env.SOLUTION_FILE}}-4s-${{ env.VERSION}}.zip -# asset_name: ${{ env.SOLUTION_FILE}}-4s-${{ env.VERSION}}.zip -# asset_content_type: application/zip -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Add nuget.exe uses: nuget/setup-nuget@v1 - name: Publish to Nuget