Merge branch 'v4' into v4-github
This commit is contained in:
commit
2cad2036e4
4 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
jobs:
|
||||
GenerateReleaseZipfile:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
jobs:
|
||||
GenerateReleaseZipfile:
|
||||
|
|
|
@ -73,6 +73,8 @@ steps:
|
|||
- name: Simple checkout
|
||||
run: |
|
||||
git init
|
||||
# On Github, the token isn't readily available.
|
||||
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
|
||||
MY_AUTHENTICATED_URL="$( echo "$GITHUB_SERVER_URL" | sed "s#^\(https\?://\)#\1$GITHUB_TOKEN\@#" )"
|
||||
git remote add origin "$MY_AUTHENTICATED_URL"/"$GITHUB_REPOSITORY"
|
||||
# Little and optional speed optimization
|
||||
|
|
|
@ -8,6 +8,10 @@ description: |
|
|||
This is a lighter version of upload-artifact, it only needs a shell, zip
|
||||
and the full version of wget.
|
||||
|
||||
branding:
|
||||
icon: archive
|
||||
color: gray-dark
|
||||
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue