Skip to content

Commit

Permalink
Reapply "Update build-and-publish.yml"
Browse files Browse the repository at this point in the history
This reverts commit 9cb3d9d.
  • Loading branch information
spectatorBH committed Jan 2, 2024
1 parent ddd1962 commit f97caa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@ jobs:
PABCNET_VERBOSE: false

- name: Publish artifacts (1/4)...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PascalABCNET_Win7_IDE_Full
path: Release/PascalABCNETSetup.exe
if-no-files-found: error

- name: Publish artifacts (2/4)...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PascalABCNET_Win7_IDE_Mini
path: Release/PascalABCNETMiniSetup.exe
if-no-files-found: error

- name: Publish artifacts (3/4)...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PascalABCNET_WinXP_IDE_Full
path: Release/PascalABCNETWithDotNet40Setup.exe
if-no-files-found: error

- name: Publish artifacts (4/4)...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PascalABCNET_Win_Mac_Linux_console
path: Release/PABCNETC.zip
if-no-files-found: error

#- name: Publish artifacts (5/5)...
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: All_distros
# path: Release
Expand Down

0 comments on commit f97caa0

Please sign in to comment.