mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 04:21:09 -05:00
Compare commits
2 Commits
ghactionst
...
ghactionst
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0541727424 | ||
|
|
be1c9bfb18 |
4
.github/workflows/executables.yml
vendored
4
.github/workflows/executables.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Publish builds
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}.exe
|
||||
path: dist/lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}.exe
|
||||
name: windows
|
||||
|
||||
python:
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
needs: [windows,python]
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifacts@v2
|
||||
uses: actions/download-artifact@v2
|
||||
- name: Upload to Release
|
||||
run: |
|
||||
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
|
||||
|
||||
Reference in New Issue
Block a user