From 6c483b9ce27040e572965740a97e9af560d3b85a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:40:01 +0200 Subject: Update release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1d9094f..0cb2bf32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,11 +31,11 @@ jobs: with: node-version: 14 - run: | - cd bundle - npm install - npm i caxa - npm run build - ${{ matrix.build }} + cd bundle + npm install + npm i caxa + npm run build + ${{ matrix.build }} - uses: actions/upload-artifact@v2 with: name: ${{ matrix.artifact }} -- cgit 1.4.1