Skip to content

Commit

Permalink
Revmoe artifacts did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 21, 2024
1 parent ff15a6a commit a5b4da1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 39 deletions.
27 changes: 5 additions & 22 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ jobs:
with:
cmd: build

- name: Upload dist folder
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/

- name: Upload lib folder
uses: actions/upload-artifact@v2
with:
name: lib
path: lib/

test:
needs: setup
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,16 +89,6 @@ jobs:
- name: Check out repository code ${{ github.repository }} on ${{ github.ref }}
uses: actions/checkout@v3

- name: Download dist folder
uses: actions/download-artifact@v2
with:
name: dist

- name: Download lib folder
uses: actions/download-artifact@v2
with:
name: lib

- name: Configure Git user
run: |
git config --global user.email "[email protected]"
Expand All @@ -127,6 +105,11 @@ jobs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org/'

- name: Build
uses: borales/actions-yarn@v4
with:
cmd: build

- name: Prepare version for publish
id: prep
run: |
Expand Down
Loading

0 comments on commit a5b4da1

Please sign in to comment.