Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Jul 10, 2024
1 parent 722072d commit 77f258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: |
VERSION=${GITHUB_REF#refs/tags/v}
mkdir -p app/release/${VERSION}/onlook
mkdir -p app/release/${VERSION}/@onlook
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit 77f258b

Please sign in to comment.