Skip to content

Commit 3335c61

Browse files
committed
Add a wrapper for the x64 trans2quik.dll v1.3
1 parent 7f3b38e commit 3335c61

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Maven Release Package Deployment for the x64 trans2quik.dll
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*-x64'
7+
8+
jobs:
9+
build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v1
15+
- name: Set up JDK 1.8
16+
uses: actions/setup-java@v1
17+
with:
18+
java-version: 1.8
19+
- name: Build & Deploy with Maven
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
run: |
23+
mkdir ~/.m2
24+
echo "<settings><servers><server><id>github</id><username>Enfernuz</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
25+
mvn -B deploy -Dclassifier=x64

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<groupId>com.github.enfernuz</groupId>
88
<artifactId>JavaTrans2Quik</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.3.0</version>
1010

1111
<name>JavaTrans2Quik</name>
1212
<url>https://github.com/Enfernuz/JavaTrans2Quik</url>
13-
<description>A Java-wrapper for Trans2Quik.dll ("QUIK", a trading platform designed by ARQA @ arqatech.com)</description>
13+
<description>A Java-wrapper for Trans2Quik.dll 1.3 ("QUIK", a trading platform designed by ARQA @ arqatech.com)</description>
1414

1515
<scm>
1616
<url>https://github.com/Enfernuz/JavaTrans2Quik</url>

src/main/resources/TRANS2QUIK.dll

-126 KB
Binary file not shown.

0 commit comments

Comments
 (0)