Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
marioparaschiv committed Dec 10, 2023
1 parent f90ec23 commit 403b72e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: hermesc-linux
path: ./npm/hermesc/linux64
path: ./npm/hermesc/linux

- uses: actions/download-artifact@v3
with:
name: hermesc-mac
path: ./npm/hermesc/osx
path: ./npm/hermesc/darwin

- uses: actions/download-artifact@v3
with:
name: hermesc-windows
path: ./npm/hermesc/win64
path: ./npm/hermesc/win32

- uses: actions/setup-node@v3
with:
Expand Down
15 changes: 7 additions & 8 deletions npm/hermesc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@unbound/hermesc",
"name": "discord-hermesc",
"version": "<version>",
"private": false,
"description": "Hermes compiler binaries",
Expand All @@ -9,12 +9,11 @@
"url": "[email protected]:localip/hermes.git"
},
"files": [
"README.md",
"linux64/hermesc",
"osx/hermesc",
"win64/hermesc.exe",
"win64/msvcp140.dll",
"win64/vcruntime140.dll",
"win64/vcruntime140_1.dll"
"linux/hermesc",
"darwin/hermesc",
"win32/hermesc.exe",
"win32/msvcp140.dll",
"win32/vcruntime140.dll",
"win32/vcruntime140_1.dll"
]
}

0 comments on commit 403b72e

Please sign in to comment.