Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 15, 2023
1 parent 755d5f1 commit 0e1aca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# - name: list files 4
# run: ls /home/runner/work/OF-Scraper/OF-Scraper/ofscraper

linux:
linux:
needs: [create_version]
runs-on: ubuntu-20.04
name: create linux release
Expand Down Expand Up @@ -121,7 +121,7 @@ linux:
name: ofscraper_linux_zip
path: "dist/ofscraper_linux_${{ inputs.files}}.zip"

windows:
windows:
needs: [create_version]
runs-on: windows-latest
name: create windows release
Expand Down Expand Up @@ -197,7 +197,7 @@ windows:
with:
name: ofscraper_windows_zip
path: "dist/ofscraper_windows_${{inputs.files}}.zip"
mac:
mac:
needs: [create_version]
runs-on: macos-latest
name: create mac release
Expand Down

0 comments on commit 0e1aca6

Please sign in to comment.