Skip to content

Commit

Permalink
Merge pull request #45 from Ivorforce/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
paddy-exe authored Sep 17, 2024
2 parents 91fe863 + cdedd82 commit d21402c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }}
APPLE_DEV_APP_ID: ${{ secrets.APPLE_DEV_APP_ID }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GDExtension
path: |
Expand Down Expand Up @@ -247,4 +247,4 @@ After these secrets are obtained, all that remains is to set them in Github secr
APPLE_DEV_PASSWORD: ${{ secrets.APPLE_DEV_PASSWORD }}
APPLE_DEV_ID: ${{ secrets.APPLE_DEV_ID }}
APPLE_DEV_TEAM_ID: ${{ secrets.APPLE_DEV_TEAM_ID }}
```
```

0 comments on commit d21402c

Please sign in to comment.