Skip to content

Commit

Permalink
Merge pull request #59 from mwarzybok-sumoheavy/feature/SP-239release
Browse files Browse the repository at this point in the history
SP-239 Deploy to WooCommerce WordPress.org when released - missing '/'
  • Loading branch information
bobbrodie committed Sep 29, 2023
2 parents 6d97b92 + a0f4711 commit a515764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
VERSION=${{ github.ref }}
VERSION=${VERSION#"refs/tags/v"}
mkdir /home/runner/work/release
zip -r home/runner/work/release/${VERSION}.zip ./
zip -r /home/runner/work/release/${VERSION}.zip ./
echo "::set-output name=artifact_name::${VERSION}.zip"
shell: bash

Expand Down

0 comments on commit a515764

Please sign in to comment.