Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil authored Feb 4, 2025
1 parent 8a05dee commit 1c0717f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
PACK_NAME: ""
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Pack
run: |
if [ ! $PACK_NAME ]; then
Expand All @@ -20,7 +20,7 @@ jobs:
cd $PACK_NAME
zip -r ../$PACK_NAME.opk ./
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ${{ env.PACK_NAME }}.opk
Expand Down

0 comments on commit 1c0717f

Please sign in to comment.