attempt making build process more simple

This commit is contained in:
DJ2LS 2022-11-19 23:47:06 +01:00
parent 6851d2c427
commit 8f0dd9df8b

View file

@ -238,10 +238,10 @@ jobs:
with:
node-version: 16
##- name: Create tnc/dist
## working-directory: tnc
## run: |
## mkdir -p dist
- name: Create tnc/dist
working-directory: tnc
run: |
mkdir -p dist
##- name: Download libcodec2 artifact TNC DIST
## uses: actions/download-artifact@v3