Skip to content

Commit

Permalink
Merge pull request #36 from simatic-ax/update_sdk_3_0_10
Browse files Browse the repository at this point in the history
Update sdk 3 0 10
  • Loading branch information
sjuergen authored Feb 7, 2023
2 parents 0b47dbf + f3026dc commit 519da1d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 105 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/github-action-release_for_template.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
# Pattern matched against refs/tags
tags:
- "*"

jobs:
release-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-publish-template.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

with:
VERSION: ${{ github.ref_name }}
7 changes: 3 additions & 4 deletions template/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ targets:
- 'llvm'
# Dependencies
devDependencies:
"@ax/sdk": 3.0.2
"@ax/ax2tia": 4.0.5
"@ax/sdk": 3.0.10
"@ax/ax2tia": 4.4.12
"@simatic-ax/snippetscollection": 0.0.15
# Apax scripts
scripts:
# set the path to your local TIA Portal installation in the .env file
export-tialib: ax2tia -i ./bin/1500/*.lib -o "$PATH_NAME"
import-tialib: '"$TIA_INSTALL_PATH\\Siemens.Simatic.Lang.Library.Importer.exe"
-i "$PATH_NAME" -o "$TIA_GLOBAL_LIB_PATH"'
import-tialib: '"$TIA_INSTALL_PATH\\Siemens.Simatic.Lang.Library.Importer.exe" -i "$PATH_NAME" -o "$TIA_GLOBAL_LIB_PATH"'
create-tialib:
- apax build
- apax export-tialib
Expand Down

0 comments on commit 519da1d

Please sign in to comment.