Skip to content

Commit

Permalink
Merge pull request #650 from erdelf/master
Browse files Browse the repository at this point in the history
workflow updates
  • Loading branch information
erdelf authored Nov 21, 2024
2 parents e7d79f5 + 70972ac commit 1d2baf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version_number: ${{ github.ref_name }}
path: "AutoDuty/bin/Release/AutoDuty/latest.zip"
type: "latest"
dalamud_version: "10"
dalamud_version: "11"
changelog: ${{ github.event.release.body }}
env:
PUBLISHER_KEY: ${{ secrets.PUBLISHER_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Download Dalamud Latest
run: |
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
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
- name: Restore Project
Expand Down

0 comments on commit 1d2baf4

Please sign in to comment.