Skip to content

Commit

Permalink
github: Fix HTTP URL wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
hbirchtree committed Aug 11, 2024
1 parent 3f26fa4 commit c884946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/10-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
mkdir -p maps/
wget -O maps/beavercreek.map --header=\'Authorization: ${{ secrets.MAP_ACCESS_TOKEN }}\' https://maps.speen.dev/pc/beavercreek.map
wget -O maps/bitmaps.map --header=\'Authorization: ${{ secrets.MAP_ACCESS_TOKEN }}\' https://maps.speen.dev/pc/bitmaps.map
wget -O maps/sounds.map --header=\'Authorization: ${{ secrets.MAP_ACCESS_TOKEN }}\' https://maps.speen.dev/pc/sounds.map
wget -O maps/sounds.map --header='Authorization: ${{ secrets.MAP_ACCESS_TOKEN }}' https://maps.speen.dev/pc/sounds.map
MAPDIR=maps/ source/.github/tests/test_blam_graphics.sh
macOS:
runs-on: macos-13
Expand Down

0 comments on commit c884946

Please sign in to comment.