Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
TinAD17tin authored Sep 18, 2024
1 parent 29b9cb7 commit 13f018d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
run: make build
- name: Run make check
run: make check
- uses: actions/upload-artifact@master
- run: upload artifact
uses: actions/upload-artifact@master
with:
name: peanutgb.nwa
path: output/peanutgb.nwa

1 comment on commit 13f018d

@TinAD17tin
Copy link
Owner Author

Choose a reason for hiding this comment

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

Need to be revoked

Please sign in to comment.