We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b079e6 commit 44f58d8Copy full SHA for 44f58d8
.github/workflows/development.yml
@@ -252,7 +252,7 @@ jobs:
252
with:
253
github_token: ${{ secrets.GITHUB_TOKEN }}
254
publish_dir: ./src/ui/out
255
- destination_dir: ui/pr/${{ GITHUB_REF }}/${{ TAG }}
+ destination_dir: ui/pr/$GITHUB_REF/${{ TAG }}
256
keep_files: false
257
user_name: ${{ github.actor }}
258
user_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments