We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce85f7 commit 9e94a25Copy full SHA for 9e94a25
.github/workflows/release.yml
@@ -51,15 +51,7 @@ jobs:
51
uses: softprops/action-gh-release@v2
52
with:
53
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 }}
+ files: |
+ .debian/artifacts/openstreetmap-cgimap_*.deb
64
65
0 commit comments