mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-17 15:35:33 -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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Create VIB and offline bundle
|
||||
- name: Create VIB
|
||||
run: /bin/bash ./build/build.sh
|
||||
|
||||
- name: Store VIB and offline bundle
|
||||
- name: Store VIB
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: w2c-letsencrypt-esxi
|
||||
path: |
|
||||
artifacts/w2c-letsencrypt-esxi.vib
|
||||
artifacts/w2c-letsencrypt-esxi-offline-bundle.zip
|
||||
if-no-files-found: error
|
||||
|
||||
release:
|
||||
@@ -47,4 +46,3 @@ jobs:
|
||||
body: w2c-letsencrypt-esxi
|
||||
files: |
|
||||
w2c-letsencrypt-esxi.vib
|
||||
w2c-letsencrypt-esxi-offline-bundle.zip
|
||||
|
||||
Reference in New Issue
Block a user