diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:40:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 13:40:01 +0200 |
commit | d8abbf3f713b2eb97ac3207ff8d184168cb4a22b (patch) | |
tree | 6a18774f5cb4b15ec02c9f933d3d95327b432fc5 /.github | |
parent | Update release.yml (diff) | |
download | server-d8abbf3f713b2eb97ac3207ff8d184168cb4a22b.tar.xz |
Update release.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 5 insertions, 5 deletions
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 }} |