Skip to content

Commit

Permalink
try upload xpi from addon folder
Browse files Browse the repository at this point in the history
  • Loading branch information
onemen committed Mar 6, 2024
1 parent 02ac5e5 commit 3b4ac10
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ jobs:
cd addon
zip -rq ../${{ env.XPI_NAME }}.xpi *
- name: Upload XPI to artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.XPI_NAME }}
path: ${{ env.XPI_NAME }}.xpi

- name: Download XPI from artifact
uses: actions/download-artifact@v4
with:
name: ${{ env.XPI_NAME }}

- name: Update dev-build tag
run: |
git tag -d dev-build && git tag dev-build $(git rev-parse HEAD)
Expand All @@ -60,4 +49,4 @@ jobs:
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
replacesArtifacts: true
artifacts: ${{ env.XPI_NAME }}.xpi
artifacts: ./addon/${{ env.XPI_NAME }}.xpi

0 comments on commit 3b4ac10

Please sign in to comment.