Skip to content

Commit

Permalink
fix: ci artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Mar 20, 2023
1 parent ab97736 commit 0a3521f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: osumemoryjs-win64-${{ github.ref_name }}.exe
name: osumemoryjs-win64-${{ github.ref_name }}
path: dist/osumemory-js.exe
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
"@koa/router": "^12.0.0",
"@types/koa": "^2.13.5",
"@vercel/ncc": "^0.36.1",
"dotenv": "^16.0.3",
"dotenv": "^16.0.3",
"find-process": "^1.4.7",
"koa": "^2.14.1",
"koa-mount": "^4.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"koa-websocket": "^7.0.0",
"memoryjs": "^3.5.1",
"osu-catch-stable": "^3.2.2",
"osu-classes": "^2.1.3",
"osu-mania-stable": "^4.0.3",
Expand Down
Loading

0 comments on commit 0a3521f

Please sign in to comment.