Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Sep 21, 2024
1 parent 3b1768b commit 14c00d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
if-no-files-found: error
pattern: qtedit4-qt*
- name: Set version tag or commit SHA
id: version
run: |
find . | qtedit4-qt671-*
find . | grep qtedit4-qt671-*
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
echo "version=${GITHUB_REF##refs/tags/}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 14c00d1

Please sign in to comment.