no warning on package code

This commit is contained in:
marcello33 2025-04-14 17:13:57 +02:00
parent 09499853a5
commit 40aecb5000
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -296,7 +296,7 @@ jobs:
mkdir -p ${{ github.run_id }}/matic-cli
sudo mv bor ${{ github.run_id }}
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
if: always()