mirror of
https://github.com/unraid/api.git
synced 2026-05-18 23:19:24 -05:00
Regular → Executable
+1
-2
@@ -1,3 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
npm pack
|
||||
# This file intentionally left blank
|
||||
@@ -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