Skip to content

Commit

Permalink
rename github action
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jun 10, 2024
1 parent 2e1b246 commit 5ecb7d6
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
# good ref:https://github.com/ruby/ruby-dev-builder/blob/b0bf59a17c17985d4692243d4689c273f6348fa5/.github/workflows/build.yml#L40
name: .NET
name: Draft Release

on:
push:
tags:
- '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:
Expand All @@ -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
Expand Down

0 comments on commit 5ecb7d6

Please sign in to comment.