Skip to content

Commit

Permalink
Merge pull request #142 from Dahlgren/ci/hemtt
Browse files Browse the repository at this point in the history
ci: Update HEMTT
  • Loading branch information
AdlerSalbei authored Jan 20, 2024
2 parents ec6fb5a + c1dec2a commit a9f63e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build with HEMTT
uses: gruppe-adler/[email protected]
id: build
- name: Setup HEMTT
uses: arma-actions/hemtt@v1

- name: Upload artifact
uses: actions/[email protected]
- name: Build
run: hemtt build

- name: Rename build folder
run: mv .hemttout/build .hemttout/@grad_trenches

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: 'grad_trenches'
path: ${{ steps.build.outputs.zip_path }}
name: grad-trenches-${{ github.sha }}
path: .hemttout/@*
File renamed without changes.

0 comments on commit a9f63e9

Please sign in to comment.