Skip to content

Commit

Permalink
Release 0.101.43
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Mar 25, 2024
2 parents 13f0f11 + afc40fc commit e837c49
Show file tree
Hide file tree
Showing 17 changed files with 736 additions and 370 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build web

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: "20.11.1"

- run: touch env-config.js

Expand All @@ -29,6 +29,6 @@ jobs:
run: tar -czvf trmm-web-${{github.ref_name}}.tar.gz dist/

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: trmm-web-${{github.ref_name}}.tar.gz
Loading

0 comments on commit e837c49

Please sign in to comment.