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

fix tarball download #2

fix tarball download

fix tarball download #2

Workflow file for this run

name: Publish
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: robinraju/release-downloader@v1.9
with:
tarBall: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: filecoin-station/publish-zinnia-module-action@v0
with:
source: v0.1.0.tar.gz
w3up-private-key: ${{ secrets.W3UP_PRIVATE_KEY }}
w3up-proof: ${{ secrets.W3UP_PROOF }}
w3name-private-key: ${{ secrets.W3NAME_PRIVATE_KEY }}
w3name-revision: ${{ secrets.W3NAME_REVISION }}