You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Save the built resource pack as an artifact
uses: actions/upload-artifact@v4
with:
name: Resource Pack Outputs
path: out/*.zip
if-no-files-found: error
- name: Print the link to the artifact
run: 'echo "Built resource packs (one for each version) can be downloaded from: https://github.com/MMK21Hub/Capitalisation-Fixes/actions/runs/${{ github.run_id }}#artifacts (packs are inside the zip file)"'