Skip to content

Commit

Permalink
Update autobuild-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Feb 19, 2024
1 parent 0d8f434 commit b1717ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ needs.build.outputs.bin_name }}
- name: Fix file permissions
- name: Run shell tasks
run: |
find -name LogosLinuxInstaller -type f
echo "DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
find -name LogosLinuxInstaller -type f -exec chmod +x {} \;
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
tag_name: main-${{ needs.build.outputs.sha_short }}
tag_name: main-${{ env.DATE }}-${{ needs.build.outputs.sha_short }}
prerelease: true
files: ${{ needs.build.outputs.bin_name }}
repository: FaithLife-Community/test-builds
Expand Down

0 comments on commit b1717ae

Please sign in to comment.