Skip to content

Commit

Permalink
chore: Remove unnecessary artifact download step
Browse files Browse the repository at this point in the history
The artifact download step for cg-x86_64.macho has been removed as it is no longer needed. The workflow now only downloads the necessary artifacts for the release process.
  • Loading branch information
t5scc committed Apr 29, 2024
1 parent 98d41ee commit 266b1a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
python-version: [3.11]
os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-xlarge]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Checkout code
Expand Down Expand Up @@ -101,12 +101,6 @@ jobs:
with:
name: cg-x86_64.exe
path: release/

- name: Download cg-x86_64.macho artifact
uses: actions/download-artifact@v3
with:
name: cg-x86_64.macho
path: release/

- name: Download cg-arm64.macho artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -134,7 +128,6 @@ jobs:
artifacts: |
release/cg-x86_64.elf
release/cg-x86_64.exe
release/cg-x86_64.macho
release/cg-arm64.macho
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN2 }}
Expand Down

0 comments on commit 266b1a7

Please sign in to comment.