Skip to content

Commit

Permalink
fix: change deb architecture prefix for building AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk authored Jan 11, 2021
2 parents 2888bf6 + 5e502ad commit 469b4a0
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 469b4a0

Please sign in to comment.