Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored Nov 7, 2023
1 parent ccd0689 commit ce3462b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
echo "$(openssl rand -hex 6)" > "test/subdir/random-name-linux-$(openssl rand -hex 6).txt"
echo "$(openssl rand -hex 6)" > "test/subdir/absulote-path-test-linux.txt"
- uses: xresloader/upload-to-github-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.md;*.zip;test/subdir/random-name-linux-*.txt;${{ github.workspace }}/test/subdir/absulote-path-test-linux.txt"
delete_file: "*linux*.txt"
branches: "main;dev"
verbose: true
prerelease: true
default_release_name: "Test release name for main branch"
default_release_body: "Test release body for main branch"
windows_test:
runs-on: windows-latest
needs: [linux_test]
Expand All @@ -42,8 +41,6 @@ jobs:
echo "$(openssl rand -hex 6)" > "test/subdir/random-name-windows-$(openssl rand -hex 6).txt"
echo "$(openssl rand -hex 6)" > "test/subdir/absulote-path-test-windows.txt"
- uses: xresloader/upload-to-github-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "test\\subdir\\random-name-windows-*.txt;${{ github.workspace }}\\test\\subdir\\absulote-path-test-windows.txt"
delete_file: "*windows*.txt"
Expand Down

0 comments on commit ce3462b

Please sign in to comment.