Skip to content

Commit

Permalink
Download artifacts before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lloyd03 committed Jan 14, 2024
1 parent e6bf8c5 commit b03896c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,15 @@ jobs:
- build-linux
- build-mac
steps:
- name: Release
- name: download artifacts
id: download_artifacts
uses: actions/download-artifact@v3
with:
name: uploads
path: uploads
- name: release
uses: softprops/action-gh-release@v1
with:
files: |
rudric-linux.tar.gz
rudric-mac.tar.gz
uploads/rudric-linux.tar.gz
uploads/rudric-mac.tar.gz

0 comments on commit b03896c

Please sign in to comment.