Skip to content

Commit

Permalink
fix: get file name error
Browse files Browse the repository at this point in the history
  • Loading branch information
neokoni authored Aug 3, 2024
1 parent 571e70d commit e226e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/folia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- name: get jar file name
id: get_name1
run: echo "::set-output name=name::$(ls ~/folia/build/libs/ | grep paperclip)"
run: echo "::set-output name=name1::$(ls ~/folia/build/libs/ | grep paperclip)"

- name: get upload_url
id: get_upload_url
Expand Down

0 comments on commit e226e34

Please sign in to comment.