typo for windows

This commit is contained in:
Sean Darcy 2022-06-23 13:20:46 +10:00
parent ea46ff9e66
commit 300dcb5fab
4 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Download windows oxend binaries - name: Download windows oxend binaries
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-windows-LATEST.zip run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-win-LATEST.zip
env: env:
OS: ${{ runner.os }} OS: ${{ runner.os }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -59,7 +59,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Build window and linux binaries - name: Build window and linux binaries
if: runner.os != 'macOS' if: runner.os != 'macOS'
run: npm run build run: npm run build

View File

@ -26,7 +26,7 @@ jobs:
- name: Download windows oxend binaries - name: Download windows oxend binaries
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-dev-windows-LATEST.zip run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-dev-win-LATEST.zip
env: env:
OS: ${{ runner.os }} OS: ${{ runner.os }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -26,7 +26,7 @@ jobs:
- name: Download windows oxend binaries - name: Download windows oxend binaries
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-windows-LATEST.zip run: tools/download-oxen-files.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-win-LATEST.zip
env: env:
OS: ${{ runner.os }} OS: ${{ runner.os }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
package-lock.json generated
View File

@ -13381,6 +13381,7 @@
"version": "2.29.3", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==", "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"devOptional": true,
"engines": { "engines": {
"node": "*" "node": "*"
} }
@ -32116,7 +32117,8 @@
"moment": { "moment": {
"version": "2.29.3", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"devOptional": true
}, },
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",