Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix tarball download
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 31, 2024
1 parent 2ea50d6 commit ef319fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dsaltares/fetch-gh-release-asset@cdaf216b2a5baa0f20eecbf460912cc9947f2577
- uses: robinraju/release-downloader@v1.9
with:
version: 'tags/v0.1.0'
file: 'v0.1.0.tar.gz'
tarBall: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: filecoin-station/publish-zinnia-module-action@v0
with:
Expand Down

0 comments on commit ef319fa

Please sign in to comment.