Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Dec 12, 2024
1 parent a0b3eaa commit 680ad68
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@ jobs:
tag_name: ${{ env.VERSION }}

- name: ls -al
run: ls -al
run: |
ls -al
cd linux-${{ env.VERSION }}
ls -al
cd ../macos-${{ env.VERSION }}
ls -al
cd ../windows-${{ env.VERSION }}
ls -al
# - name: Upload Linux Asset
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 680ad68

Please sign in to comment.