Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Configuring release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Apr 19, 2024
1 parent 5094ed4 commit 76ac321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automatic-release-ubuntu-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:

- name: Creating archive
run: |
tar -czvf ubuntu-gnu-${{ steps.date.outputs.date }}.tar.gz build/bin/* LICENSE
tar -czvf semba-fdtd-ubuntu-gnu.tar.gz build/bin/* LICENSE
- name: Generating release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-ubuntu-gnu"
prerelease: false
title: "${{ steps.date.outputs.date }} Ubuntu GNU dev. build"
files: |
ubuntu-gnu-${{ steps.date.outputs.date }}.tar.gz
semba-fdtd-ubuntu-gnu.tar.gz
5 changes: 3 additions & 2 deletions .github/workflows/automatic-release-windows-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@ jobs:

- name: Creating archive
run: |
tar -czvf windows-intelLLVM-${{ steps.date.outputs.date }}.tar.gz build/bin/* LICENSE
tar -czvf semba-fdtd-windows-intelLLVM.tar.gz build/bin/* LICENSE
- name: Generating release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-windows-intelLLVM"
prerelease: false
title: "${{ steps.date.outputs.date }} Windows Intel LLVM dev. build"
files: |
windows-intelLLVM-${{ steps.date.outputs.date }}.tar.gz
semba-fdtd-windows-intelLLVM.tar.gz

0 comments on commit 76ac321

Please sign in to comment.