no warning on package code

This commit is contained in:
marcello33 2025-04-14 17:13:35 +02:00
parent 96f55f4ccf
commit d7dd23424b
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -271,7 +271,7 @@ jobs:
mkdir -p ${{ github.run_id }}/matic-cli mkdir -p ${{ github.run_id }}/matic-cli
sudo mv bor ${{ github.run_id }} sudo mv bor ${{ github.run_id }}
sudo mv matic-cli/devnet ${{ github.run_id }}/matic-cli sudo mv matic-cli/devnet ${{ github.run_id }}/matic-cli
sudo tar czf code.tar.gz --exclude='.git' . ${{ github.run_id }} sudo tar --warning=no-file-changed --exclude='.git' -czf code.tar.gz ${{ github.run_id }}
- name: Upload code and chain data - name: Upload code and chain data
if: always() if: always()