forked from Telodendria/Telodendria
Order actions properly.
This commit is contained in:
parent
8546ddb909
commit
c7433bb745
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ jobs:
|
||||||
arch: [aarch64]
|
arch: [aarch64]
|
||||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||||
steps:
|
steps:
|
||||||
- name: Determine release tag
|
|
||||||
id: tag
|
|
||||||
run: echo ::set-output name=TAG:$(git rev-parse --abbrev-ref HEAD)
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: Determine release tag
|
||||||
|
id: tag
|
||||||
|
run: echo ::set-output name=TAG:$(git rev-parse --abbrev-ref HEAD)
|
||||||
- name: Archive submodules
|
- name: Archive submodules
|
||||||
run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD'
|
run: git submodule foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD'
|
||||||
- name: Archive repository
|
- name: Archive repository
|
||||||
|
|
Loading…
Reference in a new issue