Order actions properly.

This commit is contained in:
Jordan Bancino 2024-09-21 16:36:26 -04:00
parent 8546ddb909
commit c7433bb745
Signed by: jordan
SSH key fingerprint: SHA256:KZSFf6aBlTjUn5fy3MH8uzqClGOnUaijIDirZKJsEsY

View file

@ -14,13 +14,13 @@ jobs:
arch: [aarch64]
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
steps:
- name: Determine release tag
id: tag
run: echo ::set-output name=TAG:$(git rev-parse --abbrev-ref HEAD)
- name: Check out repository
uses: actions/checkout@v4
with:
submodules: true
- name: Determine release tag
id: tag
run: echo ::set-output name=TAG:$(git rev-parse --abbrev-ref HEAD)
- name: Archive submodules
run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD'
- name: Archive repository