Skip to content

Commit

Permalink
Tweaks to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 21, 2023
1 parent 0917d8f commit 3fd40c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,13 +540,10 @@ jobs:
tar -czvf ../../public/juliaup-${{ env.VERSION }}-i686-pc-windows-gnu-portable.tar.gz .
cd ../..
cd public
ls
- uses: actions/upload-artifact@v3
with:
name: portable
path: public\*.tar.gz
path: public\*.*

package-windows:
needs: [build-juliaup,test-juliaup]
Expand Down Expand Up @@ -732,8 +729,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
artifacts: "public/*.tar.gz"
artifacts: "public/*.*"
allowUpdates: true

deploy-dev-channel-winstore:
needs: [create-github-release,package-mac-linux,package-windows,package-windows-msi]
Expand Down

0 comments on commit 3fd40c0

Please sign in to comment.