Skip to content

Commit 8ed5665

Browse files
authored
Update release.yml
1 parent c46d3c2 commit 8ed5665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
conda config --add channels astra-toolbox
4949
- name: Build Conda Package
5050
run: |
51-
echo Get-Location
51+
Get-Location
5252
cd conda
5353
conda build --output-folder . .
5454
- name: Upload to Anaconda
5555
if: env.DRY_RUN != 'true'
5656
env:
5757
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
5858
run: |
59-
echo Get-Location
60-
anaconda -t "$env:anaconda_token" upload -u VAMToolbox .\conda\win-64\*.tar.bz2
59+
Get-Location
60+
anaconda -t "$env:anaconda_token" upload -u VAMToolbox .\conda\win-64\*.tar.bz2

0 commit comments

Comments
 (0)