Skip to content

Commit

Permalink
fix: change dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Mar 29, 2023
1 parent e96c199 commit 118974e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 }}
path: dist/osumemory-js.exe
name: osumemoryts-win64-${{ github.ref_name }}
path: dist/osumemory-ts.exe
2 changes: 1 addition & 1 deletion src/postBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ async function windowsPostBuild(output) {
fs.writeFileSync(output, Buffer.from(exe.generate()));
}

windowsPostBuild(path.join(__dirname, '../', './dist/osumemory-js.exe'));
windowsPostBuild(path.join(__dirname, '../', './dist/osumemory-ts.exe'));

0 comments on commit 118974e

Please sign in to comment.