summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:53:24 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:53:24 +0200
commit3a64bfe0cbbd35a9077c77a238b5711ca0bdae30 (patch)
tree823e5c7ef41b099b0c4d0bb7dbe3494774b16809
parentupdate packages (diff)
parentUpdate release.yml (diff)
downloadserver-3a64bfe0cbbd35a9077c77a238b5711ca0bdae30.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
-rw-r--r--.github/workflows/release.yml10
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 }}