mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
fixed tag generating method
This commit is contained in:
parent
1dd35d35c5
commit
785457c4a1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Upload dat files to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
env:
|
||||
tagTime: ${{ true && date '+%y%m%d%H%M' }}
|
||||
tagTime: ${{ hashFiles('v2ray/*.dat') }}
|
||||
with:
|
||||
file: /home/runner/work/v2ray-rules-dat/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }}
|
||||
asset_name: ${{ matrix.asset_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user