Github Action: Ignore offline bundle from now on

This commit is contained in:
Johannes Feichtner
2022-12-04 00:50:03 +01:00
parent 9da2a81a7a
commit 6469b47185

View File

@@ -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