mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-17 20:09:08 +00:00
test2
This commit is contained in:
parent
102238c6ed
commit
4e8c1950b7
1 changed files with 4 additions and 1 deletions
5
.github/workflows/create-srs.yml
vendored
5
.github/workflows/create-srs.yml
vendored
|
@ -25,8 +25,11 @@ jobs:
|
|||
-v ${{ github.workspace }}/SRS:/app/SRS \
|
||||
itdoginfo/compilesrs:0.1
|
||||
|
||||
- name: Set release tag
|
||||
run: echo "TAG_NAME=$(date +'%Y-%m-%d_%H-%M')" >> $GITHUB_ENV
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
with:
|
||||
files: "${{ github.workspace }}/SRS/*.srs"
|
||||
tag_name: latest
|
||||
tag_name: ${{ env.TAG_NAME }}
|
Loading…
Add table
Reference in a new issue