diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 111436d387..d5248a3722 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,3 +10,10 @@ jobs: bundler-cache: true - name: Run tests run: bundle exec sus + - name: gen hash + run: | + echo "hash=$(sha256sum accelerated-domains.china.conf)" >> $GITHUB_ENV + - uses: actions/upload-artifact@v3 + with: + name: ${{env.hash}} + path: /dev/null