Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed Mar 16, 2024
1 parent f6cd03e commit e227aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
run: cargo install --locked trunk
- name: Clean
run: cargo clean
- name: Upload Style Artifact
uses: actions/upload-artifact@v2
- name: Download Style Artifact
uses: actions/download-artifact@v2
with:
name: tailwind-style
path: style/main.css
path: style
- name: Build
run: trunk build --release --verbose

0 comments on commit e227aea

Please sign in to comment.