Skip to content

Commit

Permalink
🛤️ Update upload path for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Aug 26, 2021
1 parent f948a10 commit fd658c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# uses: actions/upload-artifact@v2
# with:
# name: youtube-dl-wpf-${{ github.sha }}-windows-arm64
# path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041.0/win-arm64/publish/
# path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348.0/win-arm64/publish/
- name: Upload artifacts for Windows x64
uses: actions/upload-artifact@v2
with:
name: youtube-dl-wpf-${{ github.sha }}-windows-x64
path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041.0/win-x64/publish/
path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348.0/win-x64/publish/
- name: Upload artifacts for Windows framework-dependent
uses: actions/upload-artifact@v2
with:
name: youtube-dl-wpf-${{ github.sha }}-windows
path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041.0/publish/
path: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348.0/publish/
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Package
- name: Package for Windows
run: |
cd YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041.0/publish
cd YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348.0/publish
7z a -tzip -mx=9 -mfb=128 ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.zip .
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on ../youtube-dl-wpf-${{ steps.get_version.outputs.VERSION }}-windows.7z .
# cd ../win-arm64/publish
Expand All @@ -48,7 +48,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.19041.0/youtube-dl-wpf-*
file: YoutubeDl.Wpf/bin/Release/net5.0-windows10.0.20348.0/youtube-dl-wpf-*
tag: ${{ github.ref }}
file_glob: true
prerelease: true

0 comments on commit fd658c1

Please sign in to comment.