Skip to content

Commit

Permalink
adjust create-tolk-release for old workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 23, 2025
1 parent 0f840b9 commit 45f194c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/create-tolk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download and unzip Linux arm64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-linux-arm64-appimage.yml
path: artifacts
workflow_conclusion: success
branch: master
skip_unpack: false

- name: Download and unzip Linux x86-64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-linux-x86-64-appimage.yml
workflow: ton-x86-64-linux.yml
path: artifacts
workflow_conclusion: success
branch: master
Expand All @@ -37,7 +28,7 @@ jobs:
- name: Download and unzip Mac x86-64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-macos-13-x86-64-portable.yml
workflow: ton-x86-64-macos.yml
path: artifacts
workflow_conclusion: success
branch: master
Expand All @@ -46,7 +37,7 @@ jobs:
- name: Download and unzip arm64 artifacts
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-ton-macos-14-arm64-portable.yml
workflow: ton-arm64-macos.yml
path: artifacts
workflow_conclusion: success
branch: master
Expand Down

0 comments on commit 45f194c

Please sign in to comment.