Skip to content

Commit

Permalink
uploading as non-prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
wiegell committed Nov 21, 2022
1 parent c58dbc1 commit 616a7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ From [public page](https://wiegell.github.io/AstroWall/) or to the right under r
## Build instructions:
- Install VS for mac
- Install Xcode
- Install script deps: `cd sripts && npm install`
- Install script deps: `cd scripts && npm install`
- Install nuget packages
- Build in VS

## Current features:
- Fetch latest pictures and browse them
- Auto fetch the latest picture each day
- Fetch latest pictures and browse them
- Embed description in picture

## Roadmap:
- Filter pictures based on resolution
- Filter pictures based on description
- Embed description in picture
- Scaling options
- Random picture of all time

Expand Down
6 changes: 3 additions & 3 deletions cli5/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ static void regPreRelease(UpdateManifest manifest)
Console.WriteLine("Pushing new tag to origin");
runCommand("git push origin --tags");

// Upload prerelease
Console.WriteLine("Uploading prerelease to gh");
string uploadres = runCommand($"gh release create -p --generate-notes {newTagShort} ./AstroWall/bin/Package/Astro.pkg");
// Upload release
Console.WriteLine("Uploading release to gh");
string uploadres = runCommand($"gh release create --generate-notes {newTagShort} ./AstroWall/bin/Package/Astro.pkg");
Console.WriteLine("Upload res:\n" + uploadres);

// Push manifest
Expand Down

0 comments on commit 616a7c1

Please sign in to comment.