Skip to content

Commit

Permalink
Also deal with renamed artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed May 24, 2022
1 parent b3349ee commit e48baf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sign-and-release-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: fx-private-relay-stage.xpi
path: web-ext-artifacts/firefox_relay-${{ steps.version.outputs.version }}.xpi
path: web-ext-artifacts/private_relay-${{ steps.version.outputs.version }}.xpi

- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# repo: fx-private-relay-add-on
# release_id: ${{ fromJson(steps.create_release.outputs.data).id }}
# body: # TODO: Figure out how to pass the binary data of
# # ./web-ext-artifacts/firefox_relay-${{ steps.version.outputs.version }}.xpi
# # ./web-ext-artifacts/private_relay-${{ steps.version.outputs.version }}.xpi
# # here.
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ requirements for AMO signing, the pre-release versions are [Calendar
Versioned](https://calver.org/) as `YYYY.MM.DD.minutes-since-midnight`

The signed `.xpi` file is named
`firefox_relay-${{ YYYY.MM.DD.minutes }}.xpi` and automatically attached
`private_relay-${{ YYYY.MM.DD.minutes }}.xpi` and automatically attached
to each release, under the release "Assets" section.

#### Make the new version
Expand Down

0 comments on commit e48baf6

Please sign in to comment.