Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed authored Apr 15, 2024
1 parent 0465d63 commit 1907ad9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
run: |
cd ..
tar --exclude-from=./mw/.github/workflows/exclude -czvf dist.tgz mw
- name: Get current time
id: date
run: echo "::set-output name=now::$(date +'%Y-%m-%d-%H-%M-%S')"
- name: Create release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist.tgz
tag: ${{ steps.date.outputs.now }}

0 comments on commit 1907ad9

Please sign in to comment.