Skip to content

Commit

Permalink
Fix use master branch when building dev version
Browse files Browse the repository at this point in the history
It seems it used the same branch for dev version all this time and i did not notice
  • Loading branch information
sandorex committed Aug 30, 2024
1 parent 25d34a7 commit 1234b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Checkout (for dev)
uses: actions/checkout@v3
with:
ref: master
path: 'dev'

- name: Build dev version
Expand All @@ -38,7 +39,7 @@ jobs:
pushd fonts
wget "https://github.com/sandorex/compacity-fonts/releases/download/DEV/CompacityFonts.zip"
unzip *.zip
rm *zip
rm *.zip
popd # fonts
npm install
Expand Down

0 comments on commit 1234b77

Please sign in to comment.