Skip to content

Commit 44f58d8

Browse files
committed
fix syntax issue
Signed-off-by: dalthecow <[email protected]>
1 parent 9b079e6 commit 44f58d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
github_token: ${{ secrets.GITHUB_TOKEN }}
254254
publish_dir: ./src/ui/out
255-
destination_dir: ui/pr/${{ GITHUB_REF }}/${{ TAG }}
255+
destination_dir: ui/pr/$GITHUB_REF/${{ TAG }}
256256
keep_files: false
257257
user_name: ${{ github.actor }}
258258
user_email: ${{ github.actor }}@users.noreply.github.com

0 commit comments

Comments
 (0)