Skip to content

Commit

Permalink
more debugging 4
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent c1cda07 commit 927f1da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ jobs:
# with:
# name: cafeobj-sbcl-x86_64-linux
# path: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
- name: check
run: |
pwd
echo "==============="
ls
echo "================="
ls ${{ github.workspace }}
echo "================"
- name: Release
uses: AButler/[email protected]
with:
files: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
files: ${{ github.workspace }}/cafeobj-*-sbcl-*Linux.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Release
uses: AButler/[email protected]
with:
files: cafeobj-*-sbcl-*Darwin.tar.gz
files: ${{ github.workspace }}/cafeobj-*-sbcl-*Darwin.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Release
uses: AButler/[email protected]
with:
files: ${{ github.workspace }}/cafeobj-*-sbcl-win64.zip
files: ${{ github.workspace }}\cafeobj-*-sbcl-win64.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

Expand Down

0 comments on commit 927f1da

Please sign in to comment.