Skip to content

Commit

Permalink
fix: change deb arch prefix for building AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jan 11, 2021
1 parent 2888bf6 commit 5e502ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
MAJOR=`echo $VERSION | cut -d " " -f 1`
MINOR=`echo $VERSION | cut -d " " -f 2`
PATCH=`echo $VERSION | cut -d " " -f 3`
wget "https://github.com/$GITHUB_REPOSITORY/releases/latest/download/antimicrox-$MAJOR.$MINOR.$PATCH-amd64.deb"
wget "https://github.com/$GITHUB_REPOSITORY/releases/latest/download/antimicrox-$MAJOR.$MINOR.$PATCH-x86_64.deb"
sudo dpkg -i `ls -1 | grep .deb`
Expand Down

0 comments on commit 5e502ad

Please sign in to comment.