Skip to content

Commit 47cb674

Browse files
committed
ci: fix for create versioned tarball
1 parent f06b354 commit 47cb674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Create versioned tarball
1515
id: create-tarball
1616
run: |
17-
cd rpm && make tarball
17+
make tarball
1818
echo "tarball_name=$(ls python3-badfish-*.tar.gz | head -n1)" >> $GITHUB_OUTPUT
1919
echo "version=$(ls python3-badfish-*.tar.gz | sed 's/python3-badfish-\(.*\)\.tar\.gz/\1/')" >> $GITHUB_OUTPUT
2020
working-directory: rpm

0 commit comments

Comments
 (0)