Skip to content

Commit

Permalink
actually download uploadtool
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Oct 26, 2023
1 parent efc8144 commit 37b14a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- name: Upload Continuous Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'itsmattkc/dotnet95' }}
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
./upload.sh setup/dotnet95.exe

1 comment on commit 37b14a3

@lakeways
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 i too love cmd

Please sign in to comment.