Skip to content

Commit

Permalink
Use variable from the Linux environment rather than the github one.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Feb 19, 2021
1 parent eae18cb commit 43afa97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Store packages for publishing
run: |
export DIRNAME=${{ matrix.target.distro }}_${{ matrix.target.codename }}
mkdir -p packages/${{ env.DIRNAME }}
cp ../*.deb packages/${{ env.DIRNAME }}/
mkdir -p packages/${DIRNAME}
cp ../*.deb packages/${DIRNAME}/
- name: Store artifacts for checking
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 43afa97

Please sign in to comment.