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 3d8938f commit 8662b76
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: robinraju/release-downloader@v1.9
with:
latest: true
tarBall: true
token: ${{ secrets.GITHUB_TOKEN }}
- run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/v0.1.0 > source.tar.gz
- uses: filecoin-station/publish-zinnia-module-action@v0
with:
source: v0.1.0.tar.gz
source: source.tar.gz
w3up-private-key: ${{ secrets.W3UP_PRIVATE_KEY }}
w3up-proof: ${{ secrets.W3UP_PROOF }}
w3name-private-key: ${{ secrets.W3NAME_PRIVATE_KEY }}
Expand Down

0 comments on commit 8662b76

Please sign in to comment.