Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet-core committed Dec 7, 2020
1 parent 39c741c commit 68bf816
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
## Example usage

- name: Create deb package
uses: skynet-core/nfpm@v1.0
uses: skynet-core/nfpm@v1.2
id: deb-package
with:
config: "custom.yaml"
packager: "deb"
- name: Create rpm package
uses: skynet-core/nfpm@v1.0
uses: skynet-core/nfpm@v1.2
id: rpm-package
with:
config: "custom.yaml"
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inputs:
outputs:
package:
description: "Created package's name"
value:
runs:
using: 'docker'
image: 'docker://smartcoder/nfpm:v1.1'
image: 'docker://smartcoder/nfpm:v1.2'
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -l

if [ "x$INPUT_CONFIG" != "x" ] && [ "x$INPUT_PACKAGER" != "x" ]; then
if [ "x$INPUT_TARGET" != "x" ]; then
Expand Down

0 comments on commit 68bf816

Please sign in to comment.