Skip to content

Commit

Permalink
„.github/workflows/upload.yml“ ändern
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUserGD committed Dec 30, 2022
1 parent 1464085 commit 10c8b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Pause until all workflows are completed
uses: willgarcia/workflow-wait-action@0.1.0
with:
initial_delay: 220
initial_delay: 360
interval: 10

- uses: actions/checkout@master
Expand All @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: Linux Build
rename: linux.zip
wait_seconds: 10
wait_seconds: 20

- name: Download artifact from build
uses: bettermarks/action-artifact-download@0.3.0
Expand All @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: MacOS Build
rename: macOS.zip
wait_seconds: 10
wait_seconds: 20

- name: Download artifact from build
uses: bettermarks/action-artifact-download@0.3.0
Expand All @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: Windows Build
rename: windows.zip
wait_seconds: 10
wait_seconds: 20

- name: Extracting linux.zip
shell: bash
Expand Down

0 comments on commit 10c8b23

Please sign in to comment.