Skip to content

Commit

Permalink
fix: fix the artifact upload input name
Browse files Browse the repository at this point in the history
fix the artifact upload input name
  • Loading branch information
simeng-li committed Oct 13, 2023
1 parent 6a0efdc commit 08c39f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ runs:
- name: Upload Logto artifact
uses: actions/upload-artifact@v3
with:
artifact-name: ${{ inputs.artifact-name }}
name: ${{ inputs.artifact-name }}
path: /tmp/logto.tar.gz
retention-days: 3

0 comments on commit 08c39f2

Please sign in to comment.