hash
This commit is contained in:
parent
0c36ca83b3
commit
344d8cefe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue