Skip to content

Commit

Permalink
Updating to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Feb 20, 2022
1 parent a6836d3 commit 2401701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
-
name: Prepare deb build (for Debian)
shell: bash
if: inputs.target-distro == "debian"
if: ${{ inputs.target-distro == 'debian' }}
run: |
sed -i "s/liblightdm-gobject-1-dev/liblightdm-gobject-dev/g" build/unpacked/DEBIAN/control
-
Expand All @@ -55,6 +55,6 @@ runs:
name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: nody-greeter-${{ input.target-distro }}
name: nody-greeter-${{ inputs.target-distro }}
path: ./build/nody-greeter.deb
retention-days: 7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nody-greeter",
"version": "1.4.0",
"version": "1.4.1",
"description": "Node.js (electron) greeter for LightDM",
"main": "js/index.js",
"scripts": {
Expand Down

0 comments on commit 2401701

Please sign in to comment.