Skip to content

Commit

Permalink
chore: Add workflow release.yml (#122)
Browse files Browse the repository at this point in the history
* chore: Add workflow release.yml
  • Loading branch information
nj1973 authored Mar 21, 2024
1 parent d4b10be commit 72b0744
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 @@ -27,7 +27,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: goe*.tar.bz2
path: dist/*.tar.gz
if-no-files-found: error
publish:
name: Publish release
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Add package to current release
uses: softprops/action-gh-release@v2
with:
files: goe*.tar.bz2
files: goe*.tar.gz

0 comments on commit 72b0744

Please sign in to comment.