Skip to content

Commit

Permalink
Merge pull request #36 from spidernet-io/fix_ci
Browse files Browse the repository at this point in the history
fix ci: wrong binary file path
  • Loading branch information
cyclinder authored Sep 28, 2022
2 parents 976d98c + cc6ba64 commit 8493217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bin-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ steps.tag.outputs.upload == 'true' }}
run: |
sudo mkdir -p /home/plugins
cd ./.tmp/bin/${{ matrix.go_arch }}
cd ./.tmp/bin
tar -cvzf /home/plugins/spider-cni-plugins-linux-${{ matrix.go_arch }}-${{ inputs.ref }}.tar *
- name: Upload Binary artifact
Expand Down

0 comments on commit 8493217

Please sign in to comment.