Skip to content

Commit

Permalink
CI: update workflow filename for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jul 31, 2024
1 parent 50cca6a commit 6a189f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: unix.yml
workflow: build_macos.yml
commit: ${{ github.sha }}
name: macos-x86_64
path: macos-x86_64
Expand All @@ -36,7 +36,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: unix.yml
workflow: build_macos.yml
commit: ${{ github.sha }}
name: macos-aarch64
path: macos-aarch64
Expand All @@ -45,7 +45,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: windows.yml
workflow: build_windows.yml
commit: ${{ github.sha }}
name: windows-ix86
path: windows-ix86
Expand All @@ -54,7 +54,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: windows.yml
workflow: build_windows.yml
commit: ${{ github.sha }}
name: window-x86_64
path: window-x86_64
Expand Down

0 comments on commit 6a189f5

Please sign in to comment.