Skip to content

Commit

Permalink
v1.3.77
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 24, 2024
1 parent 10a1626 commit 7d17d5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: list
run: ls .
- name: list
run: ls artifact
- name: upload mac osx arm build artifact to release
uses: actions/upload-release-asset@v1
with:
Expand All @@ -134,8 +138,6 @@ jobs:
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: list
run: ls .
- name: upload mac osx x86_64 artifact to release
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit 7d17d5a

Please sign in to comment.