diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-03 14:09:14 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-03 14:09:14 +0600 |
| commit | 1d80b52b1b453f2223aa6dd630c196b0b217eb57 (patch) | |
| tree | b13725fe998ea2a26a7c73af351a94c4ddf56fbe /.github | |
| parent | d15f86f5e16a63b0a4a94985485d001ef97f4045 (diff) | |
хз
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5405a76..a0da83c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: build/Maxoning.jar + asset_path: desktop/build/libs/Maxoning.jar asset_name: Maxoning.jar asset_content_type: application/x-java-archive |
