Browse Source

Merge pull request #2437 from svaarala/release-workflow-fix

Release-workflow fix
pull/2438/head
Sami Vaarala 3 years ago
committed by GitHub
parent
commit
42aad7d449
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/release-workflow.yaml

6
.github/workflows/release-workflow.yaml

@ -29,5 +29,7 @@ jobs:
ls -l dist/ ls -l dist/
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
path: | with:
dist/*.tar.xz name: release-artifacts
path: |
dist/*.tar.xz

Loading…
Cancel
Save