Skip to content

Commit

Permalink
ci/fix: missing copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Apr 17, 2024
1 parent 0f0a158 commit 1ddd7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: ical-relay_${{ matrix.arch }}
- run: |
mkdir -p cmd/ical-relay/.debpkg/usr/bin
cp ${{steps.download.outputs.download-path}}/ical-relay cmd/ical-relay/.debpkg/usr/bin/
cp ${{steps.download.outputs.download-path}}/ical-relay cmd/ical-relay/.debpkg/usr/bin/ical-relay_${{ matrix.arch }}
chmod +x cmd/ical-relay/.debpkg/usr/bin/ical-relay_${{ matrix.arch }}
- uses: jiro4989/build-deb-action@v2
id: package
Expand Down

0 comments on commit 1ddd7e7

Please sign in to comment.