Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf109909 authored Oct 7, 2024
1 parent fe03ab2 commit 73ab997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout binary
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: R2NorthstarCN/NorthstarCN_Binaries
ref: "main" # ${{ env.NORTHSTAR_VERSION }}
Expand All @@ -22,7 +22,7 @@ jobs:
run:
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
- name: Checkout core mods
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: R2NorthstarCN/NorthstarMods
ref: "main" # ${{ env.NORTHSTAR_VERSION }}
Expand All @@ -49,7 +49,7 @@ jobs:
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
rm -rf R2Northstar/mods/LICENSE R2Northstar/mods/*.md
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
path: northstar
Expand Down

0 comments on commit 73ab997

Please sign in to comment.