Skip to content

Commit

Permalink
Update artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Feb 4, 2025
1 parent daabbb5 commit fcba008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
create-artifact:
runs-on: ubuntu-latest # Using macOS since the script uses macOS-specific sed
runs-on: macos-latest # Using macOS since the script uses macOS-specific sed

steps:
- name: Checkout repository
Expand All @@ -20,6 +20,6 @@ jobs:
- name: Upload package script
uses: actions/upload-artifact@v4
with:
name: package-script
name: package.sh
path: package.sh
retention-days: 30 # Artifacts will be kept for 30 days
retention-days: 30 # Artifacts will be kept for 30 days

0 comments on commit fcba008

Please sign in to comment.