diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-05 18:16:06 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-05 18:16:06 +0600 |
| commit | f63a803601ad184b389416da6d4dca45bf12dd22 (patch) | |
| tree | c3eeb142cf12826c12f301cce03c9930a3167efa /.github | |
| parent | 30ee2f771e52fbca9aa1806b406e1de732991dc2 (diff) | |
test 1
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 a0da83c..62a7763 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: desktop/build/libs/Maxoning.jar + asset_path: Maxoning.jar asset_name: Maxoning.jar asset_content_type: application/x-java-archive |
