Skip to content

Commit

Permalink
upload-artifact debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Migelo committed Jun 10, 2024
1 parent c3e905c commit efc52b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y git libunwind icu libinotify openssl misc/compat13x dotnet python311 npm-node20 rsync
ls
# pkg install -y git libunwind icu libinotify openssl misc/compat13x dotnet python311 npm-node20 rsync
run: |
echo $SHELL
pwd
ls -lah
whoami
env
freebsd-version
git clone --depth=1 https://git.freebsd.org/ports.git /usr/ports
rm -rf /usr/ports/multimedia/jellyfin
rsync -a ./building/ports/jellyfin /usr/ports/multimedia/
cd /usr/ports/multimedia/jellyfin
# git clone --depth=1 https://git.freebsd.org/ports.git /usr/ports
# rm -rf /usr/ports/multimedia/jellyfin
# rsync -a ./building/ports/jellyfin /usr/ports/multimedia/
# cd /usr/ports/multimedia/jellyfin
cd ./building/ports/jellyfin
export DEFAULT_VERSIONS=ssl=openssl
touch ./iamhere
- name: check artefacts
Expand Down

0 comments on commit efc52b0

Please sign in to comment.