We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2980a commit 8fd1359Copy full SHA for 8fd1359
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
version_number: ${{ github.ref_name }}
41
path: "AutoDuty/bin/Release/AutoDuty/latest.zip"
42
type: "latest"
43
- dalamud_version: "10"
+ dalamud_version: "11"
44
changelog: ${{ github.event.release.body }}
45
env:
46
PUBLISHER_KEY: ${{ secrets.PUBLISHER_KEY }}
.github/workflows/publishtesting.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Download Dalamud Latest
27
run: |
28
- wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
+ wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
29
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
30
31
- name: Restore Project
0 commit comments