Skip to content

Commit

Permalink
fix contents
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Apr 2, 2023
1 parent 5dc75d3 commit c4eef00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
# target: osx-x64
runs-on: ${{ matrix.os }}
permissions:
contents: read
contents: write
packages: write
steps:
- name: Checkout
Expand All @@ -50,7 +50,7 @@ jobs:
github_url=${{ github.server_url }}/${{ github.repository }}
# Build everything
dotnet publish FtpsClient/FtpsClient.csproj --runtime "${{ matrix.target }}" --no-self-contained -c Release -o "$release_name"
#echo See sources: $github_url > "$release_name/readme.txt"
echo See sources: $github_url > "$release_name/readme.txt"
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]; then
7z a -tzip "${release_name}.zip" "./${release_name}/*"
Expand Down

0 comments on commit c4eef00

Please sign in to comment.