Skip to content

Commit

Permalink
remove binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Sep 7, 2024
1 parent ea6a2d2 commit 7839908
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ jobs:
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_macos_zip_${{needs.get_commit.outputs.short}}
# - name: download mac
# - name: download windows
# uses: Wandalen/wretry.action@master

# with:
Expand Down
94 changes: 46 additions & 48 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,54 +528,52 @@ jobs:
permissions:
contents: write
steps:
- name: download linux
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_linux_${{needs.get_date.outputs.date}}
- name: download linux zip
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_linux_zip_${{needs.get_date.outputs.date}}
- name: download mac
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_macos_${{needs.get_date.outputs.date}}
- name: download mac zip
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_macos_zip_${{needs.get_date.outputs.date}}
- name: download windows
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_windows_${{needs.get_date.outputs.date}}
- name: download windows zip
uses: Wandalen/wretry.action@master

with:
attempt_limit: 3
action: actions/download-artifact@v4
with: |
name: ofscraper_windows_zip_${{needs.get_date.outputs.date}}
# - name: download linux
# uses: Wandalen/wretry.action@master

# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_linux_${{needs.get_date.outputs.date}}

# - name: download linux zip
# uses: Wandalen/wretry.action@master
# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_linux_zip_${{needs.get_date.outputs.date}}
# - name: download mac
# uses: Wandalen/wretry.action@master

# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_macos_${{needs.get_date.outputs.date}}
# - name: download mac zip
# uses: Wandalen/wretry.action@master
# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_macos_zip_${{needs.get_date.outputs.date}}
# - name: download windows
# uses: Wandalen/wretry.action@master

# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_windows_${{needs.get_date.outputs.date}}
# - name: download windows zip
# uses: Wandalen/wretry.action@master
# with:
# attempt_limit: 3
# action: actions/download-artifact@v4
# with: |
# name: ofscraper_windows_zip_${{needs.get_date.outputs.date}}

- name: show files
run: ls /home/runner/work/OF-Scraper/OF-Scraper
Expand Down

0 comments on commit 7839908

Please sign in to comment.