Skip to content

Commit

Permalink
Version 4.19 (2020-07-02)
Browse files Browse the repository at this point in the history
* New features:
** As with paths, locations can now be locked via the Plant Overview application to prevent them from being used by vehicles.
位置与路径一样可被锁定防止车辆使用。
  • Loading branch information
touchmii committed Feb 18, 2021
1 parent d9b3bb1 commit b5554b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./build/distributions/openTCS-4.18.0-SNAPSHOT-bin.zip
asset_name: openTCS-4.18.2-SNAPSHOT-bin.zip
asset_path: ./build/distributions/openTCS-4.19.0-SNAPSHOT-bin.zip
asset_name: openTCS-4.19.0-SNAPSHOT-bin.zip
asset_content_type: application/zip

0 comments on commit b5554b1

Please sign in to comment.