Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chirpxiv committed Sep 28, 2024
1 parent c6c4d80 commit ac74f59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Pathfinder/
working-directory: GoodOmen/
shell: bash
env:
DALAMUD_HOME: /tmp/dalamud
Expand Down Expand Up @@ -51,16 +51,16 @@ jobs:
run: dotnet build -c Release --no-restore --nologo -o ./bin/Release

- name: Generate Checksums
working-directory: Pathfinder/bin/Release/Pathfinder
working-directory: GoodOmen/bin/Release/GoodOmen
run: |
sha512sum latest.zip >> checksums.sha512
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
Pathfinder/bin/Release/Pathfinder/latest.zip
Pathfinder/bin/Release/Pathfinder/checksums.sha512
GoodOmen/bin/Release/GoodOmen/latest.zip
GoodOmen/bin/Release/GoodOmen/checksums.sha512
prerelease: false # Releases cant be marked as prereleases as Dalamud wont be able to find them
append_body: true # Append the release notes to the release body
body_path: .github/release-notices.md # These notes are automatically added to the release body every time.
Expand All @@ -72,8 +72,8 @@ jobs:
with:
name: Release Artifacts
path: |
Pathfinder/bin/Release/Pathfinder/latest.zip
Pathfinder/bin/Release/Pathfinder/checksums.sha512
GoodOmen/bin/Release/GoodOmen/latest.zip
GoodOmen/bin/Release/GoodOmen/checksums.sha512
- name: Update repo.json
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Pathfinder/
working-directory: GoodOmen/
shell: bash
strategy:
matrix:
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Build Artifacts
path: Pathfinder/bin/
path: GoodOmen/bin/

0 comments on commit ac74f59

Please sign in to comment.