Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles authored May 7, 2024
1 parent e0f8b0d commit 6491c35
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ jobs:
cd downloads
lha a ../rebuild-nightly${{ github.sha }}.lha *
ls ../
- name: Update nightly release
uses: pyTooling/Actions/releaser@main
- name: Get current date
id: date
run: |
echo "builddate={$(date +'%Y-%m-%d')}" >> $GITHUB_OUTPUT
- name: Update release files and title
uses: mini-bomba/create-github-release@v1.1.3
with:
tag: dev-build
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
tag: dev-build
name: automated dev build ${{ steps.date.outputs.builddate }}
files: rebuild-nightly${{ github.sha }}.lha

0 comments on commit 6491c35

Please sign in to comment.