Skip to content

Commit

Permalink
Create dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Oct 12, 2024
1 parent 5a231e7 commit c65d20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
# Build
- name: Build
run: |
mkdir -p dist
sudo ./deploy/flatimage.sh ${{ matrix.dist }}
mv ./build/dist/* ./dist
# Upload
- name: Upload flatimage
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c65d20f

Please sign in to comment.