Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
travy-patty authored Feb 28, 2025
1 parent 3add633 commit 972feb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:

- name: Create Version File
run: |
rm -f Profile\ Folder/chrome/version.json
rm -f Echelon/Profile\ Folder/chrome/version.json
echo '{
"version": "1.0",
"build": "${{ env.COMMIT_SHORT_SHA }}",
"channel": "nightly",
"branch": "${{ steps.extract_branch.outputs.branch }}"
}' > Profile\ Folder/chrome/version.json
}' > Echelon/Profile\ Folder/chrome/version.json
- name: Setup SASS
run: npm install -g sass

- name: Compile CSS from SCSS files
run: sass --update Profile\ Folder/chrome:Profile\ Folder/chrome
run: sass --update Echelon/Profile\ Folder/chrome:Echelon/Profile\ Folder/chrome

- name: Cleanup the build output
run: rm -rf .github .git-hooks .gitignore
Expand Down

0 comments on commit 972feb0

Please sign in to comment.