mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
Try fix github action
This commit is contained in:
parent
d9585b53c7
commit
b263a895b8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,12 +6,12 @@ on:
|
||||
jobs:
|
||||
create-release:
|
||||
name: Create release
|
||||
if: ${{ startsWith(github.ref, 'v') }}
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
steps:
|
||||
- name: Create Release
|
||||
if: ${{ startsWith(github.ref, 'v') }}
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user