mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-15 22:58:32 -06:00
Github Action: Ignore offline bundle from now on
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -15,16 +15,15 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create VIB and offline bundle
|
- name: Create VIB
|
||||||
run: /bin/bash ./build/build.sh
|
run: /bin/bash ./build/build.sh
|
||||||
|
|
||||||
- name: Store VIB and offline bundle
|
- name: Store VIB
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: w2c-letsencrypt-esxi
|
name: w2c-letsencrypt-esxi
|
||||||
path: |
|
path: |
|
||||||
artifacts/w2c-letsencrypt-esxi.vib
|
artifacts/w2c-letsencrypt-esxi.vib
|
||||||
artifacts/w2c-letsencrypt-esxi-offline-bundle.zip
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@@ -47,4 +46,3 @@ jobs:
|
|||||||
body: w2c-letsencrypt-esxi
|
body: w2c-letsencrypt-esxi
|
||||||
files: |
|
files: |
|
||||||
w2c-letsencrypt-esxi.vib
|
w2c-letsencrypt-esxi.vib
|
||||||
w2c-letsencrypt-esxi-offline-bundle.zip
|
|
||||||
|
|||||||
Reference in New Issue
Block a user