Skip to content

Commit

Permalink
Remove MSI upload from dev channel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 11, 2023
1 parent 10d29b5 commit 79bb370
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,6 @@ jobs:
mkdir public
mkdir publicscript
mkdir publicscript/dev
- uses: actions/download-artifact@v3
with:
name: msiinstallers
path: publicscript
- name: Export version
run: |
export VERSION=$(echo $GH_REF | sed 's:refs/tags/v::')
Expand All @@ -776,12 +772,6 @@ jobs:
sed -i -e 's|THISISREPLACEDWITHCHANNELCONFIGINGITHUBWORKFLOW|--juliaup-channel dev|g' publicscript/dev/install.sh
env:
VERSION: ${{ env.VERSION }}
- name: Rename MSI installers
run: |
mv publicscript/Julia-v${{ env.VERSION }}-x64.msi publicscript/Julia-x64.msi
mv publicscript/Julia-v${{ env.VERSION }}-x86.msi publicscript/Julia-x86.msi
env:
VERSION: ${{ env.VERSION }}
- name: Upload to S3
uses: jakejarvis/s3-sync-action@master
with:
Expand Down

0 comments on commit 79bb370

Please sign in to comment.