mirror of
https://github.com/unraid/api.git
synced 2026-01-10 10:40:04 -06:00
3
.github/build
vendored
Normal file → Executable file
3
.github/build
vendored
Normal file → Executable file
@@ -1,3 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
npm pack
|
||||
# This file intentionally left blank
|
||||
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@@ -31,6 +31,8 @@ jobs:
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
- name: Packing release
|
||||
run: npm pack
|
||||
- name: Uploading release to Github
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user