Skip to content

Commit

Permalink
Unbreak Plogon
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Oct 5, 2024
1 parent f7fa61b commit 1f7dada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: goatcorp/Plogon
ref: fe5b836e2c9abe90dd33ad32732717e5e7e48d18 # meh, changes upstream that break Commit mode
path: Plogon

- name: Create required folders
Expand All @@ -50,7 +51,7 @@ jobs:
--static-folder="${{ github.workspace }}/Plogon/Plogon/static" \
--artifact-folder="${{ github.workspace }}/artifacts" \
--build-overrides-file="${{ github.workspace }}/manifests/overrides.toml" \
--mode=Continuous --build-all
--mode=Commit --build-all
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1f7dada

Please sign in to comment.