We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2408ef6 commit d3601b4Copy full SHA for d3601b4
.github/workflows/packages.yml
@@ -98,6 +98,9 @@ jobs:
98
with:
99
fetch-depth: 0
100
101
+ - name: Configure git safe directory
102
+ run: git config --global --add safe.directory /__w/SQLPage/SQLPage
103
+
104
- name: Install build dependencies
105
run: |
106
dnf install -y \
@@ -123,7 +126,6 @@ jobs:
123
126
- name: Create source tarball
124
127
125
128
VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/')
- git config --global --add safe.directory /__w/SQLPage/SQLPage
129
git archive --format=tar.gz --prefix="SQLPage-${VERSION}/" \
130
-o ~/rpmbuild/SOURCES/sqlpage-${VERSION}.tar.gz HEAD
131
0 commit comments