Skip to content

Commit

Permalink
Fixing destination folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealVizard committed Sep 29, 2023
1 parent 8e3848f commit ede5f80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
light/source/sass/enhancer-dark-mode.sass
light/source/sass/enhancer-side-bar.sass
destination: |
/tmp/DjangoUI-Enhancer/sass/enhancer-base.css
/tmp/DjangoUI-Enhancer/sass/enhancer-change-list.css
/tmp/DjangoUI-Enhancer/sass/enhancer-dark-mode.css
/tmp/DjangoUI-Enhancer/sass/enhancer-side-bar.css
/tmp/DjangoUI-Enhancer/css/enhancer-base.css
/tmp/DjangoUI-Enhancer/css/enhancer-change-list.css
/tmp/DjangoUI-Enhancer/css/enhancer-dark-mode.css
/tmp/DjangoUI-Enhancer/css/enhancer-side-bar.css
- name: Checkout destination Git branch
uses: actions/checkout@v2
Expand Down

0 comments on commit ede5f80

Please sign in to comment.