From 20694c9ba2912f7abfd0acf37b754bd47bc41519 Mon Sep 17 00:00:00 2001 From: bkrmendy Date: Fri, 9 Feb 2024 00:57:07 +0100 Subject: [PATCH] format --- .github/workflows/release.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c21e00..4abf897 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + files: | + timeline-macos-x86_64.zip + timeline-win-x86_64.zip