Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Dec 24, 2023
1 parent e8b98f8 commit 7a7be31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
path: .artifacts
pattern: HolyClient.Desktop-*
merge-multiple: true
- run: ls -R .artifacts


- name: set script permissions
run: chmod +x ./build.sh
Expand All @@ -140,6 +140,7 @@ jobs:
run: ./build.sh CreateRelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ls -R .publish



Expand Down
11 changes: 1 addition & 10 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ from runtime in Runtimes
.Executes(async () =>
{
foreach (var file in ArtifactsDirectory.GetFiles())
{
Console.WriteLine(file);
}
var credentials = new Credentials(GitHubActions.Token);
Expand Down Expand Up @@ -272,13 +268,8 @@ from runtime in Runtimes
zip.UnZipTo(publishDir);
});
// publishDir.GlobFiles()
foreach (var file in publishDir.GetFiles())
{
Console.WriteLine(file);
}
return;
var newRelease = new NewRelease(releaseTag)

Check warning on line 275 in build/Build.cs

View workflow job for this annotation

GitHub Actions / CreateRelease

Unreachable code detected
Expand Down

0 comments on commit 7a7be31

Please sign in to comment.