commit
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
BASH_ENV: ~/.profile
|
||||
BASH_ENV: /root/.profile
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -31,12 +31,6 @@ jobs:
|
||||
runs-on: homesrv
|
||||
needs: build
|
||||
steps:
|
||||
- name: Check node version
|
||||
run: |
|
||||
export NVM_DIR="/usr/bin/node"
|
||||
. ~/.profile
|
||||
node -v
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download build artifacts
|
||||
|
||||
Reference in New Issue
Block a user