Skip to content

Commit

Permalink
Merge pull request #314 from threadi/feature/addGitHubActionToBuildRe…
Browse files Browse the repository at this point in the history
…leaseZip

update GitHub action for release zip
  • Loading branch information
threadi authored Dec 13, 2024
2 parents 7865bdf + 41b789b commit 37effc4
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,6 @@ jobs:
npm run build:details
npm run build:description
- name: Set licence server
uses: richardrigutins/replace-in-files@v2
with:
files: 'inc/constants_urls.php'
search-text: '@@UrlLicense@@'
replacement-text: 'https://laolaweb.com/wp-json/lwlicences/personio-integration/'

- name: Set update server
uses: richardrigutins/replace-in-files@v2
with:
files: 'inc/constants_urls.php'
search-text: '@@UrlUpdate@@'
replacement-text: 'https://laolaweb.com/wp-json/lwreleases/personio-integration/'

- name: Set support server
uses: richardrigutins/replace-in-files@v2
with:
files: 'inc/constants_urls.php'
search-text: '@@UrlSupport@@'
replacement-text: 'https://laolaweb.com/wp-json/lwsupport/v1/'

- name: Generate checksum
uses: Solratic/checksum-action@v1
with:
Expand Down Expand Up @@ -115,4 +94,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: personio-integration-light${{ github.ref_name }}.zip
files: personio-integration-light-${{ github.ref_name }}.zip

0 comments on commit 37effc4

Please sign in to comment.