diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-23 20:56:07 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-23 20:56:07 -0700 |
commit | 0e7f43592191ecd7946366f2807c89dbaa5d5caf (patch) | |
tree | 326f0344a23db34533e1eeb384779194a6d649fd /.github | |
parent | f8a02a5c9b1b6121f1dd04c3286174f9b65b2128 (diff) | |
download | PrismLauncher-0e7f43592191ecd7946366f2807c89dbaa5d5caf.tar.gz PrismLauncher-0e7f43592191ecd7946366f2807c89dbaa5d5caf.tar.bz2 PrismLauncher-0e7f43592191ecd7946366f2807c89dbaa5d5caf.zip |
echo to correct var for summary
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a752afb7..fa6f0f61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -526,7 +526,7 @@ jobs: printf "$GPG_PRIVATE_KEY" | base64 --decode > ~/.gnupg/private.key gpg --import ~/.gnupg/private.key else - echo ":warning: Skipped code signing for Linux AppImage, as gpg key was not present." >> $env:GITHUB_STEP_SUMMARY + echo ":warning: Skipped code signing for Linux AppImage, as gpg key was not present." >> $GITHUB_STEP_SUMMARY fi ./linuxdeploy-x86_64.AppImage --appdir ${{ env.INSTALL_APPIMAGE_DIR }} --output appimage --plugin qt -i ${{ env.INSTALL_APPIMAGE_DIR }}/usr/share/icons/hicolor/scalable/apps/org.prismlauncher.PrismLauncher.svg |