Skip to content

Commit 163469b

Browse files
committed
🔧 Make executable before uploading
1 parent 1d015a8 commit 163469b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build
18-
run: swift build -v -c release
18+
run: swift build -v -c release --arch arm64 --arch x86_64
19+
- name: Make executable
20+
run: chmod +x .build/release/swift-changelog-parser
1921
- name: Get current date
2022
id: date
2123
run: echo "date=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)