Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Apr 6, 2024
1 parent 6f8c7ab commit cb42c16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release/linux-amd64.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ROOT_DIR=$(dirname $(dirname $(dirname $SCRIPT_DIR)))

NODE_VERSION=$(cat $ROOT_DIR/.nvmrc | sed -z '$ s/\n//')
bash $ROOT_DIR/.github/workflows/platform/install-nodejs.bash $NODE_VERSION

2 changes: 2 additions & 0 deletions .github/workflows/release/linux-arm64.bash
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

echo hi
2 changes: 2 additions & 0 deletions .github/workflows/release/macos-amd64.bash
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

echo hi
2 changes: 2 additions & 0 deletions .github/workflows/release/macos-arm64.bash
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

echo hi

0 comments on commit cb42c16

Please sign in to comment.