Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 10, 2024
2 parents 470dd04 + da4a6ed commit 97f3652
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand All @@ -36,7 +36,7 @@ jobs:
dotnet build --configuration Release
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: PluginRepoZip
path: ${{ env.RELEASE_DIR }}
Expand All @@ -47,11 +47,11 @@ jobs:
if: "contains(toJSON(github.event.commits.*.message), '[PUSH]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: ${{ env.PERSONAL_PLUGIN_REPO }}
token: ${{ secrets.XIVCOMBO_TOKEN }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: PluginRepoZip
path: plugins/${{ env.INTERNAL_NAME }}
Expand Down

0 comments on commit 97f3652

Please sign in to comment.