Skip to content

Commit

Permalink
Update github workload
Browse files Browse the repository at this point in the history
container directory renamed to tools.
  • Loading branch information
markwkm committed Apr 27, 2023
1 parent 4689391 commit fc050ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
- run: |
set -x
sh -eux container/prepare-appimage
ARCH=$(uname -m) sh -eux container/build-appimage
sh -eux tools/prepare-appimage
ARCH=$(uname -m) sh -eux tools/build-appimage
assets=()
for asset in $(find . -name '*.AppImage'); do
assets+=("-a" "$asset")
Expand Down

0 comments on commit fc050ce

Please sign in to comment.