Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkantorov committed Aug 12, 2024
1 parent 67bd301 commit a6221c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/staticperl_fmtutil_updmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
echo RUN2
LD_PRELOAD=$PWD/busyfs/packfs.so PERLLIB=dist-native/lib/perl5/5.35.4:dist-native/lib/perl5/5.35.4/x86_64-linux ./staticperl_fmtutil_updmap -e 'use Cwd;print(Cwd::cwd()."\n");'
# - name: Artifacts
# uses: actions/upload-artifact@v4
# with:
# name: artifacts
# path: |
# busyfs/
# build/
- name: Artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
busyfs/
build/

0 comments on commit a6221c0

Please sign in to comment.