Skip to content

Commit 8fd1359

Browse files
committed
workflow updates
1 parent fa2980a commit 8fd1359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
version_number: ${{ github.ref_name }}
4141
path: "AutoDuty/bin/Release/AutoDuty/latest.zip"
4242
type: "latest"
43-
dalamud_version: "10"
43+
dalamud_version: "11"
4444
changelog: ${{ github.event.release.body }}
4545
env:
4646
PUBLISHER_KEY: ${{ secrets.PUBLISHER_KEY }}

.github/workflows/publishtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Download Dalamud Latest
2727
run: |
28-
wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
28+
wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
2929
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
3030
3131
- name: Restore Project

0 commit comments

Comments
 (0)