ci(ci-semver): testing semver release of bins

This commit is contained in:
ZanzyTHEbar 2023-01-11 18:49:44 +00:00
parent 2ad57f2ad8
commit 89767aff92

View File

@ -69,14 +69,16 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Download Firmware Files
uses: actions/download-artifact@v2
with:
path: build
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create Directory
run: mkdir -p build
- name: Download Firmware Files
uses: actions/download-artifact@v2
with:
path: build/
- name: Setup node
uses: actions/setup-node@v3
with: