Skip to content

Commit

Permalink
Fixes workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
phkaeser committed Nov 8, 2024
1 parent a155cd2 commit d5d107b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: Setup environment.
run: |
# ${{ github.ref }}
echo "We have ${GITHUB_REF}"
echo "And ${GITHUB_REF#refs/tags/}"
tag_or_branch="${GITHUB_REF#refs/tags/}"
Expand All @@ -38,6 +40,7 @@ jobs:
- name: Create source package.
run: |
echo "${{ github.ref }}" | sed "s/^refs\/tags\/v//"
# Setup folder with package name, for apprropriate unpacking.
rm -rf "/tmp/${WLM_RELEASE_NAME}"
cp -a "${PWD}" "/tmp/${WLM_RELEASE_NAME}"
Expand Down

0 comments on commit d5d107b

Please sign in to comment.