Skip to content

Commit

Permalink
Minor change release process text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezwen committed Dec 6, 2020
1 parent 3f810d5 commit fc2342d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ git push
+
+
. Wait for the CI pipeline build to be done, then open the corresponding pipeline page, then open the `build` build page, then *press the _Keep_ button.*
. Press `Browse` and navigate to the `.jar` file until you find the URL, and copy the URL. It should look like this:
. Press `Browse` and navigate to the `.jar` file until you find the URL, and copy the URL (or replace `<Job ID>` in the URL below). It should look like this:
+
```
https://framagit.org/Ezwen/bandcamp-collection-downloader/-/jobs/1167524/artifacts/raw/build/libs/bandcamp-collection-downloader.jar?inline=false
https://framagit.org/Ezwen/bandcamp-collection-downloader/-/jobs/<Job ID>/artifacts/raw/build/libs/bandcamp-collection-downloader.jar?inline=false
```
+
NOTE: Replacing the job ID in the URL above should work?
Expand Down

0 comments on commit fc2342d

Please sign in to comment.