Skip to content

Commit

Permalink
fix artefact upload (#599)
Browse files Browse the repository at this point in the history
* fix artefact upload

* fix artefact upload

* fix artefact upload

* fix artefact upload
  • Loading branch information
BradyAJohnston authored Sep 6, 2024
1 parent 3ef7bbc commit b0db34f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Archive addon
uses: actions/upload-artifact@v4
with:
name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }}
# name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }}
name: ${{ env.ADDON_NAME }}-${{ github.sha }}
retention-days: 3
path: |
./${{ env.ADDON_NAME }}/artifact/*
./artifact/*

0 comments on commit b0db34f

Please sign in to comment.