mirror of
https://github.com/Fabio286/mizar.git
synced 2024-12-21 20:44:20 +01:00
ci: minor change in build scripts
This commit is contained in:
parent
7a43fc9639
commit
a61350ddec
32
.github/workflows/create-artifact-win.yml
vendored
Normal file
32
.github/workflows/create-artifact-win.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Create artifact [LINUX]
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
- name: "Build"
|
||||
run: npm run build
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-build
|
||||
retention-days: 3
|
||||
path: |
|
||||
build
|
||||
!build/*-unpacked
|
||||
!build/.icon-ico
|
@ -90,9 +90,9 @@
|
||||
"displayName": "Mizar TCP Tester",
|
||||
"backgroundColor": "transparent",
|
||||
"showNameOnTiles": true,
|
||||
"identityName": "62514FabioDiStasio.AntaresSQLClient",
|
||||
"identityName": "62514FabioDiStasio.MizarTCPTester",
|
||||
"publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52",
|
||||
"applicationId": "FabioDiStasio.AntaresSQLClient"
|
||||
"applicationId": "FabioDiStasio.MizarTCPTester"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -5,27 +5,27 @@
|
||||
font-family: "Material Icons";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
|
||||
src: url("@/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
|
||||
src:
|
||||
local("Material Icons"),
|
||||
local("MaterialIcons-Regular"),
|
||||
url("../fonts/MaterialIcons-Regular.woff2") format("woff2"),
|
||||
url("../fonts/MaterialIcons-Regular.woff") format("woff"),
|
||||
url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
|
||||
url("@/fonts/MaterialIcons-Regular.woff2") format("woff2"),
|
||||
url("@/fonts/MaterialIcons-Regular.woff") format("woff"),
|
||||
url("@/fonts/MaterialIcons-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Regular";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
|
||||
src: url("@/fonts/Roboto-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
|
||||
src: url("@/fonts/RobotoMono-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
Loading…
Reference in New Issue
Block a user