Skip to content

Commit 7a88c2c

Browse files
committed
test, no artifacts
1 parent 1eb6431 commit 7a88c2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-and-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ jobs:
117117
with:
118118
token: ${{ steps.app-token.outputs.token }}
119119
repository: github/backup-utils-private
120-
- name: Download deb artifact
121-
uses: actions/download-artifact@v3
122-
with:
123-
name: github-backup-utils_${{ github.event.inputs.version }}_all.deb
124-
- name: Download tarball artifact
125-
uses: actions/download-artifact@v3
126-
with:
127-
name: github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
120+
# - name: Download deb artifact
121+
# uses: actions/download-artifact@v3
122+
# with:
123+
# name: github-backup-utils_${{ github.event.inputs.version }}_all.deb
124+
# - name: Download tarball artifact
125+
# uses: actions/download-artifact@v3
126+
# with:
127+
# name: github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
128128
- name: Create Release
129129
uses: ncipollo/release-action@v1
130130
with:

0 commit comments

Comments
 (0)