Skip to content

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Feb 1, 2024
1 parent 1725acc commit 65b8d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,14 @@ jobs:

- name: Download CSS pack
uses: actions/download-artifact@v4
if: github.event_name == 'release'
with:
name: dist-package-css
path: dist-css

- name: Add CSS package to the release
uses: actions/[email protected]
if: github.event_name == 'release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 65b8d6c

Please sign in to comment.