diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94f6e0a..ea64c9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # good ref:https://github.com/ruby/ruby-dev-builder/blob/b0bf59a17c17985d4692243d4689c273f6348fa5/.github/workflows/build.yml#L40 -name: .NET +name: Draft Release on: push: @@ -7,24 +7,6 @@ on: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 workflow_dispatch: - inputs: - version: - description: platform to publish - required: false - type: string - default: 'linux-x64' - options: - - win-x64 - - win-x86 - - win-arm64 - - linux-x64 - - linux-musl-x64 - - linux-musl-arm64 - - linux-arm - - linux-arm64 - - linux-bionic-arm64 - - osx-x64 - - osx-arm64 jobs: publish: @@ -51,9 +33,9 @@ jobs: name: publish path: ./publish/ - - name: zip - run: bash zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish - working-directory: ./publish +# - name: zip +# run: bash zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish +# working-directory: ./publish - name: zip files shell: pwsh