From 412e261c9314c292c8eea6a08fe1078765df08c5 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 23 Jan 2021 07:48:47 -0700 Subject: [PATCH] upload only organice for now --- .github/workflows/go.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fdc83d8..672cdfc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,17 +55,6 @@ jobs: release_name: Release ${{ github.ref }} draft: false prerelease: false - - - name: Upload OpenBSD Release Asset - id: upload-gavin-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./gavin-openbsd.tgz - asset_name: gavin-openbsd.tgz - asset_content_type: application/tar+gzip - name: Upload Organice Assets