Skip to content

Commit

Permalink
ci: fix publish_release job
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Apr 6, 2024
1 parent c5dfc96 commit 2f7136e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ jobs:
permissions:
contents: write
steps:
- name: Free Disk-Space
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
- name: Checkout
uses: actions/checkout@v4
- name: Download artifacts
Expand All @@ -230,6 +228,6 @@ jobs:
merge-multiple: true
path: artifacts
- name: Deploy
run: ./deploy.sh ./artifacts/**/*
run: ./deploy.sh ./artifacts/*
env:
RELEASES_API_KEY: ${{ github.token }}

0 comments on commit 2f7136e

Please sign in to comment.