Skip to content

Commit

Permalink
Update gh-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Mar 7, 2024
1 parent ccb79dd commit 21a03c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
prepare-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Zip WordPress Plugin Folder
run: zip -r Timeline-WP-${{ github.ref_name }}.zip ./Timeline-WP/
Expand All @@ -24,7 +24,7 @@ jobs:
needs: [prepare-release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Download Plugin Zip artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 21a03c9

Please sign in to comment.