Skip to content

Commit

Permalink
remove download step
Browse files Browse the repository at this point in the history
  • Loading branch information
naraesk authored Jan 18, 2023
1 parent 6a09470 commit 47fab8c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ runs:
name: 'Set Version Number'
run: echo "VERSION=v2.6.0" >> $GITHUB_ENV
shell: bash
- id: 'download-windows-binary'
name: 'Download Windows binary of teamscale-upload'
uses: 'i3h/[email protected]'
if: ${{ runner.os == 'Windows'}}
with:
owner: 'cqse'
repo: 'teamscale-upload'
file: 'teamscale-upload-windows.zip'
tag: ${{ env.VERSION }}
path: '.'
- id: 'run-teamscale-upload'
run: "$GITHUB_ACTION_PATH/src/run-teamscale-upload.sh"
env:
Expand Down

0 comments on commit 47fab8c

Please sign in to comment.