Skip to content

Commit

Permalink
upgrade uplod artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 1, 2025
1 parent 250201a commit 2502011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
npx tsx script/xcrun-wrapper.mts dist/mas-universal/LosslessCut-mac-universal.pkg ${{ secrets.api_key_id }} ${{ secrets.api_key_issuer_id }} 1505323402 no.mifi.losslesscut-mac
- name: (MacOS) Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'macos') && env.is_tag == 'false'
with:
name: MacOS
Expand All @@ -152,7 +152,7 @@ jobs:
screenshot.jpeg
- name: (Windows) Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'windows') && env.is_tag == 'false'
with:
name: Windows
Expand All @@ -161,7 +161,7 @@ jobs:
screenshot.jpeg
- name: (Linux) Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(matrix.os, 'ubuntu') && env.is_tag == 'false'
with:
name: Linux
Expand Down

0 comments on commit 2502011

Please sign in to comment.