Skip to content

Commit

Permalink
tweak automatic releases logic (show full log since 'stable', newest …
Browse files Browse the repository at this point in the history
…commits go 1st, unique tags->release rename = 'stable')
  • Loading branch information
Garux committed Oct 23, 2024
1 parent 1b0e573 commit 4d5c4df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,15 @@ jobs:
mv Linux-x86_64/Linux-x86_64.7z netradiant-custom-$(date +%Y%m%d)-linux-x86_64.7z
# note: dir/* doesn't match .bla (hidden) file in linux under dir/ but matches in subfolders

- name: Get current date
run: |
echo "MY_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Create latest build
uses: czietz/action-automatic-releases@latest
uses: Garux/action-automatic-releases@master
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
automatic_release_tag: ${{ env.MY_DATE }}
prerelease: false
title: Latest Build
files: |
Expand Down

0 comments on commit 4d5c4df

Please sign in to comment.