Skip to content

Commit

Permalink
Merge pull request #6 from stakpak/stakpak-2432
Browse files Browse the repository at this point in the history
Feat: Add Config Files
  • Loading branch information
kajogo777 authored Dec 16, 2024
2 parents 53a5a3a + 6200a3c commit d7ed9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload artifact
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
path: ${{ matrix.artifact_name }}.*
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d7ed9f5

Please sign in to comment.