Skip to content

Commit

Permalink
Fix for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxoon committed Jun 17, 2024
1 parent a62742c commit cc59910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-on-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build OrigamiWand Releases
name: Build Unsimplifier Releases

on:
push:
Expand Down Expand Up @@ -27,12 +27,12 @@ jobs:
id: get_latest_tag
run: echo "TAG_NAME=$(git tag)" >> $GITHUB_ENV

- name: Build OrigamiWand
- name: Build Unsimplifier
run: PUBLIC_OW_VERSION="$TAG_NAME" PUBLIC_VERSION_TIMESTAMP=$(date +%s)000 PUBLIC_IS_DEV_VERSION=0 PUBLIC_DEBUG=0 npm run build

- name: Upload build folder
uses: actions/upload-artifact@v4
with:
name: OrigamiWand-build
name: Unsimplifier-build
path: build

2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {

kit: {
paths: {
base: isDevVersion ? "" : "/OrigamiWand",
base: isDevVersion ? "" : "/Unsimplifier",
},
adapter: adapter({
pages: 'build',
Expand Down

0 comments on commit cc59910

Please sign in to comment.