Skip to content

Commit

Permalink
asdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Nov 19, 2023
1 parent f22d0aa commit 42f44c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ jobs:

- name: Check out code
uses: actions/checkout@v3
with:
submodules: true

- name: Build
run: ls -altr ; pwd ; ./misc/appimage/appimage-manual_creation.sh
run: git config --global --add safe.directory $PWD && ./misc/appimage/appimage-manual_creation.sh

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 42f44c7

Please sign in to comment.