Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman committed Sep 6, 2023
1 parent 0038b68 commit a5c6709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
# - name: Build
# run: |
# make
- run: echo $(date +%Y_%m_%d_%H_%M)
- uses: ncipollo/release-action@v1
with:
allowUpdates: True
omitBody: True
tag: $(date +%Y.%m.%d.%H.%M)
tag: $(date +%Y_%m_%d_%H_%M)
artifacts: "Makefile"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a5c6709

Please sign in to comment.