Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-tarsis committed Jan 2, 2024
1 parent 8c095e1 commit a451044
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

# - name: Github release upload
# run: gh release upload v$( date +%Y%m%d%H%M%S ) ./dist/main
- name: Github release upload
run: gh release create latest ./dist/*
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit a451044

Please sign in to comment.