Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Apr 18, 2024
1 parent c055c1f commit 5b74a85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '18.x'
# Install yarn
- name: Install Yarn
run: npm install -g yarn
# Install dependencies
- name: Install Dependencies
run: npm install
run: yarn install
# Build the project
- name: Package for Windows
run: npm run electron:package:win
run: yarn electron:package:win
# Rename artifacts
- name: Rename Artifact Executable
run: mv "dist/FrameCast Setup *.exe" "dist/FrameCast Setup ${{ github.event.release.tag_name }}.exe"
Expand Down

0 comments on commit 5b74a85

Please sign in to comment.