Skip to content

Commit 519da1d

Browse files
authored
Merge pull request #36 from simatic-ax/update_sdk_3_0_10
Update sdk 3 0 10
2 parents 0b47dbf + f3026dc commit 519da1d

File tree

3 files changed

+18
-105
lines changed

3 files changed

+18
-105
lines changed

.github/workflows/github-action-release_for_template.yml

-101
This file was deleted.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 }}

template/apax.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ targets:
2424
- 'llvm'
2525
# Dependencies
2626
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
2929
"@simatic-ax/snippetscollection": 0.0.15
3030
# Apax scripts
3131
scripts:
3232
# set the path to your local TIA Portal installation in the .env file
3333
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"'
3635
create-tialib:
3736
- apax build
3837
- apax export-tialib

0 commit comments

Comments
 (0)