Skip to content

Commit

Permalink
leave source tree as is after build
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 22, 2023
1 parent 4931137 commit 127a805
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ jobs:
runs-on: self-hosted
needs: build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Donwload Artifacts
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
path: artifacts
Expand All @@ -290,8 +288,6 @@ jobs:
- build
- telegram-bot-api
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 127a805

Please sign in to comment.