Skip to content

Commit

Permalink
Fix naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Sep 27, 2020
1 parent 5b44b25 commit f630923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadAssets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
tar xzf swift-5.3-DEVELOPMENT-SNAPSHOT-2020-09-09-a-ubuntu18.04.tar.gz
export PATH="${PWD}/swift-5.3-DEVELOPMENT-SNAPSHOT-2020-09-09-a-ubuntu18.04/usr/bin:$PATH"
swift build -c release --enable-test-discovery -Xswiftc -static-stdlib -Xswiftc -static-executable
mkdir LFSPonters-$TAG-linux-amd64
mkdir LFSPointers-$TAG-linux-amd64
cp .build/release/LFSPointers LFSPointers-$TAG-linux-amd64
tar -czf LFSPointers-$TAG-linux-amd64.tar.gz LFSPointers-$TAG-linux-amd64
- name: Create deb and rpm structure
Expand Down

0 comments on commit f630923

Please sign in to comment.