Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Dec 11, 2024
1 parent a403acf commit 5345b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Download artifact
- name: Download Artifact
uses: actions/download-artifact@v4
with:
merge-multiple: true
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Gzip Artifact
run: gzip .artifact/*

- name: Publish release
- name: Publish Release
uses: softprops/action-gh-release@v2
with:
files: .artifact/cjs-module-lexer-*.gz

0 comments on commit 5345b21

Please sign in to comment.