We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc4e8e commit c1cda07Copy full SHA for c1cda07
.github/workflows/linux.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Release
37
uses: AButler/[email protected]
38
with:
39
- files: cafeobj-*-sbcl-*Linux.tar.gz
+ files: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
40
repo-token: ${{ secrets.GITHUB_TOKEN }}
41
release-tag: ${{ github.ref_name }}
42
.github/workflows/mac.yml
@@ -31,6 +31,14 @@ jobs:
31
# with:
32
# name: cafeobj-sbcl-${{ matrix.arch }}-darwin
33
# path: cafeobj-*-sbcl-*Darwin.tar.gz
34
+ - name: check
35
+ run: |
+ ls
+ echo "======"
+ pwd
+ ls ${{ github.workspace }}
43
44
0 commit comments