diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 836a8b7..4d88ece 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Download Dalamud Latest run: | - wget https://kamori.goats.dev/File/Get/ad4daeb959d7549f9cc8ba721cddc84e5382819a37ff38bfb9439a9e4fd3fb7d -O ${{ env.DALAMUD_HOME }}.zip + wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }} - name: Restore Project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 166417f..7a0abca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Download Dalamud Latest run: | - wget https://kamori.goats.dev/File/Get/ad4daeb959d7549f9cc8ba721cddc84e5382819a37ff38bfb9439a9e4fd3fb7d -O ${{ env.DALAMUD_HOME }}.zip + wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }} - name: Restore Project @@ -30,12 +30,6 @@ jobs: - name: Build Project run: dotnet build --configuration Release SpotifyHonorific/SpotifyHonorific.csproj -p:AssemblyVersion=${{ github.ref_name }} - - name: Create Release Asset - run: | - cd SpotifyHonorific/bin/Release - zip -r ../../../latest.zip . - cd ../../.. - - name: Create Release uses: actions/create-release@v1 id: create_release