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

Commit

Permalink
fix: Use correct build config name
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Oct 24, 2022
1 parent 4129c19 commit c29075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
mkdir -p /tmp/github-pages
tar -xvzf /tmp/out/pwa/keystoregaen-pwa.tar.gz --directory /tmp/github-pages
tar -xvzf /tmp/out/pwa/keygaen-pwa.tar.gz --directory /tmp/github-pages
- name: Publish pre-release to GitHub releases
if: ${{ github.ref == 'refs/heads/main' }}
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit c29075e

Please sign in to comment.