Skip to content

Commit

Permalink
Don't use .deb on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 20, 2024
1 parent 0315dc9 commit b5bbc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
needs: rosetta-version
environment: release
env:
OUTFILE: ${{needs.rosetta-version.outputs.OUTFOLDER}}/linux/${{needs.rosetta-version.outputs.OUTFILE_SHORT}}.deb
OUTFILE: ${{needs.rosetta-version.outputs.OUTFOLDER}}/linux/${{needs.rosetta-version.outputs.OUTFILE_SHORT}}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -218,4 +218,4 @@ jobs:
run: |
echo ${{ env.OUTFILE }}
ls ./target/release/
# aws s3 cp ./target/release/concordium-rosetta.exe ${{ env.OUTFILE }}
# aws s3 cp ./target/release/concordium-rosetta ${{ env.OUTFILE }}

0 comments on commit b5bbc60

Please sign in to comment.