Skip to content

Commit

Permalink
github(release): fix id error
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent 6eb44c4 commit a51f41c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
name: macos-distribution
path: distributions
- name: Upload Debian Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,7 +61,6 @@ jobs:
asset_name: ck3-workbench_0.0.1-1_amd64.deb
asset_content_type: application/zip
- name: Upload macOS Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a51f41c

Please sign in to comment.