Update release.yml

This commit is contained in:
Axel Olausson Holtenäs 2023-06-02 13:20:12 +02:00 committed by GitHub
parent d1c26164f8
commit 6267ded21a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,11 +41,14 @@ jobs:
run: npx semantic-release
- name: Store build artifacts
uses: actions/upload-artifact@v3
run: |
find . -not -path "./node_modules/*" -type f -print0 | xargs -0 tar -czvf build-artifacts.tar.gz
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: . # Include all files in the artifact
path-ignore: node_modules
path: build-artifacts.tar.gz
docker:
needs: build