File tree 3 files changed +18
-105
lines changed
3 files changed +18
-105
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ # Pattern matched against refs/tags
4
+ tags :
5
+ - " *"
6
+
7
+ jobs :
8
+ release-apax-lib :
9
+ uses : simatic-ax/actions/.github/workflows/apax-publish-template.yml@stable
10
+ secrets :
11
+ APAX_TOKEN : ${{ secrets.APAX_TOKEN }}
12
+ DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
13
+
14
+ with :
15
+ VERSION : ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ targets:
24
24
- ' llvm'
25
25
# Dependencies
26
26
devDependencies :
27
- " @ax/sdk " : 3.0.2
28
- " @ax/ax2tia " : 4.0.5
27
+ " @ax/sdk " : 3.0.10
28
+ " @ax/ax2tia " : 4.4.12
29
29
" @simatic-ax/snippetscollection " : 0.0.15
30
30
# Apax scripts
31
31
scripts :
32
32
# set the path to your local TIA Portal installation in the .env file
33
33
export-tialib : ax2tia -i ./bin/1500/*.lib -o "$PATH_NAME"
34
- import-tialib : ' "$TIA_INSTALL_PATH\\Siemens.Simatic.Lang.Library.Importer.exe"
35
- -i "$PATH_NAME" -o "$TIA_GLOBAL_LIB_PATH"'
34
+ import-tialib : ' "$TIA_INSTALL_PATH\\Siemens.Simatic.Lang.Library.Importer.exe" -i "$PATH_NAME" -o "$TIA_GLOBAL_LIB_PATH"'
36
35
create-tialib :
37
36
- apax build
38
37
- apax export-tialib
You can’t perform that action at this time.
0 commit comments