Skip to content

Commit 9e94a25

Browse files
committed
Update release
1 parent 8ce85f7 commit 9e94a25

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,7 @@ jobs:
5151
uses: softprops/action-gh-release@v2
5252
with:
5353
draft: true
54-
55-
- name: upload linux artifact
56-
uses: actions/upload-release-asset@v1
57-
env:
58-
GITHUB_TOKEN: ${{ github.token }}
59-
with:
60-
upload_url: ${{ steps.create_release.outputs.upload_url }}
61-
asset_path: .debian/artifacts/openstreetmap-cgimap_*.deb
62-
asset_name: openstreetmap-cgimap_${{ matrix.version }}
63-
asset_content_type: ${{ matrix.asset_content_type }}
54+
files: |
55+
.debian/artifacts/openstreetmap-cgimap_*.deb
6456
6557

0 commit comments

Comments
 (0)