Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent 99aad21 commit 4d5a68f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
-DUID_SKIP_LEGACY=On \
-B build
make -C build
ls build/
ls build/$UID_FILENAME
- name: Create draft release
id: create_release
Expand All @@ -86,4 +88,4 @@ jobs:
tag: ${{ github.event.inputs.version }}
draft: true
prerelease: true
artifacts: build/$UID_FILENAME
artifacts: /home/runner/work/uid/uid/build/$UID_FILENAME

0 comments on commit 4d5a68f

Please sign in to comment.