Skip to content

Commit d942b7d

Browse files
committed
move spec files to fedora folder
1 parent 76c5e0d commit d942b7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: Release
216216
id: publish
217217
run: |
218-
cat <<EOF > ./git-credential-outlook.spec
218+
cat <<EOF > ./fedora/git-credential-outlook.spec
219219
Name: git-credential-outlook
220220
Version: ${{ github.event.inputs.version }}
221221
Release: 1%{?dist}
@@ -274,7 +274,7 @@ jobs:
274274
- name: Release
275275
id: publish
276276
run: |
277-
cat <<EOF > ./git-credential-gmail.spec
277+
cat <<EOF > ./fedora/git-credential-gmail.spec
278278
Name: git-credential-gmail
279279
Version: ${{ github.event.inputs.version }}
280280
Release: 1%{?dist}
@@ -332,7 +332,7 @@ jobs:
332332
- name: Release
333333
id: publish
334334
run: |
335-
cat <<EOF > ./git-credential-yahoo.spec
335+
cat <<EOF > ./fedora/git-credential-yahoo.spec
336336
Name: git-credential-yahoo
337337
Version: ${{ github.event.inputs.version }}
338338
Release: 1%{?dist}

0 commit comments

Comments
 (0)