Skip to content

Commit

Permalink
Changing build output name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpleslie committed Dec 10, 2023
1 parent e48e3ba commit eeffda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ jobs:
# Tar the application to preserve permissions set by previous step
- name: Tar files
if: runner.os == 'Linux'
run: tar -cvf wmata-train-tracker.tar -C build/bin .
run: tar -cvf ${{matrix.build.name}}.tar -C build/bin .

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: ${{matrix.build.name}}
path: wmata-train-tracker.tar
path: ${{matrix.build.name}}.tar

release:
name: Release
Expand Down

1 comment on commit eeffda9

@vercel
Copy link

@vercel vercel bot commented on eeffda9 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.