Skip to content

Commit

Permalink
Remove safari from release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Apr 24, 2024
1 parent 37da81e commit 9b0b8f9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

# Create Safari artifacts
- name: Create Safari artifacts
run: npm run build:safari
- name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
- name: Upload SafariExtension to release
uses: Shopify/[email protected]
with:
name: SafariExtension.zip
path: ./builds/SafariExtension.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Safari artifacts
# run: npm run build:safari
# - name: Zip Artifacts
# run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
# - name: Upload SafariExtension to release
# uses: Shopify/[email protected]
# with:
# name: SafariExtension.zip
# path: ./builds/SafariExtension.zip
# repo-token: ${{ secrets.GITHUB_TOKEN }}

# Create Edge artifacts
- name: Clear dist for Edge
Expand All @@ -88,6 +88,6 @@ jobs:
- name: Upload EdgeExtension to release
uses: Shopify/[email protected]
with:
name: Edge插件.zip
name: EdgeExtension.zip
path: ./builds/EdgeExtension.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b0b8f9

Please sign in to comment.