mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
try different upload-to-release fork
Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
3
.github/build
vendored
Normal file
3
.github/build
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
npm pack
|
||||
4
.github/workflows/production.yml
vendored
4
.github/workflows/production.yml
vendored
@@ -31,10 +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: OmgImAlexis/upload-to-release@master
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
with:
|
||||
args: unraid-graphql-api-*.tgz
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user