Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Jan 31, 2024
1 parent d4c14a1 commit b893013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.sha }} > source.tar.gz
- run: curl -L ${{ github.event.release.tarball_url }} > source.tar.gz
- uses: filecoin-station/publish-zinnia-module-action@v0
with:
source: source.tar.gz
Expand Down

0 comments on commit b893013

Please sign in to comment.