Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldiedema committed Dec 3, 2024
1 parent 0624a33 commit 7403a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Download Dalamud Latest
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Download Umbra Latest
Expand Down
2 changes: 1 addition & 1 deletion Umbra.Bejeweled/Umbra.Bejeweled.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup>
<Authors>Una</Authors>
<Company>Una XIV</Company>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Description>A bejeweled game to kill time while waiting for queues.</Description>
<Copyright>(C)2024</Copyright>
<PackageProjectUrl>https://github.com/una-xiv/Umbra.BejeweledPlugin</PackageProjectUrl>
Expand Down

0 comments on commit 7403a0e

Please sign in to comment.