Skip to content

Commit

Permalink
Fix archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed May 22, 2020
1 parent 45bdc68 commit 8304730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/appimage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ jobs:
version=${version//-[[:digit:]]*/}
appimage_name=$(echo Kotatogram_Desktop*.AppImage)
artifact_name=$version-appimage.tar.xz
if [ -n "${{ matrix.defines }}" ]; then
artifact_name=$version.tar.xz
fi
echo ::set-env name=APPIMAGE_NAME::$appimage_name
echo ::set-env name=ARTIFACT_NAME::$artifact_name
Expand Down

0 comments on commit 8304730

Please sign in to comment.