Skip to content

Commit

Permalink
Pin versions of appimagecraft and pyuploadtool
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 12, 2024
1 parent 04d0bcd commit e9407db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
url="$(curl -s https://api.github.com/repos/TheAssassin/pyuploadtool/releases/latest | grep browser_download_url | grep AppImage | cut -d'"' -f4)"
wget "$url"
wget https://github.com/TheAssassin/pyuploadtool/releases/download/20231223-1/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage "output binaries"/*.*
2 changes: 1 addition & 1 deletion distribute/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV LANG C.UTF-8
RUN apt-get update && \
apt-get install -y openjdk-11-jdk git wget shellcheck bash make maven python3-minimal python3-pip \
nsis zip libfuse2 checkinstall makepkg fonts-noto-extra potrace sudo && \
python3 -m pip install git+https://github.com/TheAssassin/appimagecraft.git#egg=appimagecraft
python3 -m pip install git+https://github.com/TheAssassin/appimagecraft.git@6b36fda#egg=appimagecraft

# we don't have a defined $HOME, but we need Maven to write the libLaserCut artifact somewhere
COPY docker/maven-settings.xml /usr/share/maven/conf/settings.xml
Expand Down

0 comments on commit e9407db

Please sign in to comment.