Skip to content

Commit

Permalink
use my git
Browse files Browse the repository at this point in the history
  • Loading branch information
jack_jin committed Jan 11, 2024
1 parent de28767 commit f02478d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ inputs:
default: ""

armbian_artifacts:
descriptions: "Upload PATH"
description: "Upload PATH"
required: false
default: "build/output/images/"
default: "${{ github.action_path }}/output/images/"

armbian_target:
description: "Build image or kernel"
Expand Down Expand Up @@ -191,7 +191,7 @@ runs:
run: |
echo ${{ inputs.armbian_pgp_password }} | \
gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes \
build/output/images/*.img*.xz
${{ github.action_path }}/output/images/*.img*.xz
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit f02478d

Please sign in to comment.