Skip to content

Commit

Permalink
debug missing build files
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Jan 27, 2024
1 parent f27d535 commit db96231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
- run: ls -R
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -69,4 +70,4 @@ jobs:
prerelease: true
title: "Development Build"
files: |
inspircd*.tar.gz
inspircd*/inspircd*.tar.gz

0 comments on commit db96231

Please sign in to comment.