Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Feb 8, 2024
1 parent 882d072 commit 20694c9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
name: timeline-win-x86_64
path: timeline-win-x86_64.zip
- name: Download MacOS Build
uses: actions/download-artifact@v3
with:
name: timeline-macos-x86_64
path: timeline-macos-x86_64.zip
uses: actions/download-artifact@v3
with:
name: timeline-macos-x86_64
path: timeline-macos-x86_64.zip
- name: Release
uses: softprops/action-gh-release@v1
with:
with:
files: |
timeline-macos-x86_64.zip
timeline-win-x86_64.zip
files: |
timeline-macos-x86_64.zip
timeline-win-x86_64.zip

0 comments on commit 20694c9

Please sign in to comment.