Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit c29075e

Browse files
committed
fix: Use correct build config name
1 parent 4129c19 commit c29075e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hydrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
mkdir -p /tmp/github-pages
8080
81-
tar -xvzf /tmp/out/pwa/keystoregaen-pwa.tar.gz --directory /tmp/github-pages
81+
tar -xvzf /tmp/out/pwa/keygaen-pwa.tar.gz --directory /tmp/github-pages
8282
- name: Publish pre-release to GitHub releases
8383
if: ${{ github.ref == 'refs/heads/main' }}
8484
uses: marvinpinto/action-automatic-releases@latest

0 commit comments

Comments
 (0)