Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Grmbl
  • Loading branch information
KoalaBear84 authored Apr 20, 2020
1 parent e848650 commit c090437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: papeloto/action-zip@v1
with:
files: ./artifacts
dest: OpenDirectoryDownloader-${{ github.ref }}-windows.zip
dest: OpenDirectoryDownloader-windows.zip

- name: Create release
id: create_release
Expand All @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/OpenDirectoryDownloader-${{ github.ref }}-windows.zip
asset_name: OpenDirectoryDownloader-${{ github.ref }}-windows.zip
asset_path: ./artifacts/OpenDirectoryDownloader-windows.zip
asset_name: OpenDirectoryDownloader-windows.zip
asset_content_type: application/zip

0 comments on commit c090437

Please sign in to comment.