Skip to content

Commit

Permalink
Downloading artifacts too unreliable
Browse files Browse the repository at this point in the history
Building instead
  • Loading branch information
dolanmiu committed Dec 25, 2023
1 parent 077d4e1 commit c6591f1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/actions/install-and-download-build/action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Install dependencies and download build ⚙️
description: Install dependencies and download build
name: Install dependencies and build ⚙️
description: Install dependencies and build

runs:
using: composite
steps:
- name: Install Dependencies
shell: bash
run: npm ci --force
- name: Download Artifact
uses: actions/download-artifact@master
with:
name: build
path: build
- name: Build
shell: bash
run: npm run build

0 comments on commit c6591f1

Please sign in to comment.