Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT authored Aug 9, 2024
1 parent e1c8a88 commit 908160b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Linux artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@main
with:
path: build
name: linuxBuild
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Windows artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@main
with:
path: build
name: windowsBuild
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Mac artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@main
with:
path: build
name: macBuild
Expand Down

2 comments on commit 908160b

@mcagabe19
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JordanSantiagoYT you forget thechangelog.md again

@JordanSantiagoYT
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JordanSantiagoYT you forget thechangelog.md again

oops

Please sign in to comment.