mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
chore: Use explicit ./artifacts path in release workflow
This commit is contained in:
parent
b84662843b
commit
37194f5d29
1 changed files with 2 additions and 2 deletions
|
|
@ -49,11 +49,11 @@ jobs:
|
|||
- name: Create artifact bundles
|
||||
run: |
|
||||
echo "Creating artifact bundles for TailwindCSS ${{ inputs.tailwind_version }}..."
|
||||
mkdir -p artifacts
|
||||
mkdir -p ./artifacts
|
||||
.build/release/TailwindCSSCLIArtifactBundler \
|
||||
--version "${{ inputs.tailwind_version }}" \
|
||||
--work-dir "${{ runner.temp }}/tailwindcss-bundles" \
|
||||
--output-dir artifacts
|
||||
--output-dir ./artifacts
|
||||
|
||||
- name: List generated artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue