Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WrayOfSunshine authored Mar 7, 2024
1 parent c86a12b commit bd5fabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Get current date/time
id: date
run: |
echo "{date}={$(date +'%Y-%m-%dT%H:%M:%S')}" >> $GITHUB_STATE
echo "{date}={$(date +'%Y.%m.%d-T%H.%M.%S')}" >> $GITHUB_STATE
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@v1.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "0.0.0-CI-${{ env.date }}"
automatic_release_tag: "${{ env.date }}-CI"
files: |
**/*.zip

0 comments on commit bd5fabe

Please sign in to comment.