Skip to content

Commit

Permalink
Update linux-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiusAmy authored Feb 2, 2024
1 parent 3e06ead commit d1f1d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Compress Flutter build
id: compress
run: |
archiveName="dateapp-linux_arm64.tar.gz"
archiveName="dateapp-linux-arm64.tar.gz"
echo "archiveName=$archiveName" >> $GITHUB_OUTPUT
sudo chown -R $USER:$USER .
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Release to GitHub
uses: ncipollo/release-action@v1
with:
artifacts: "dateapp-linux_arm64.tar.gz"
artifacts: "dateapp-linux-arm64.tar.gz"
tag: ${{ steps.version.outputs.content }}
commit: ${{ github.sha }}
allowUpdates: true

0 comments on commit d1f1d95

Please sign in to comment.